[Lunar-commits] <moonbase> qt4: A little adjustment here.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Sep 25 15:55:58 CEST 2010


commit 5709746c91fbabef49080f8802dbdfd79773e78f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Sep 25 09:55:58 2010 -0400

    qt4: A little adjustment here.
---
 qt4-apps/qt4/POST_INSTALL |    2 +-
 qt4-apps/qt4/POST_REMOVE  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt4-apps/qt4/POST_INSTALL b/qt4-apps/qt4/POST_INSTALL
index f076cd9..7f5dffa 100644
--- a/qt4-apps/qt4/POST_INSTALL
+++ b/qt4-apps/qt4/POST_INSTALL
@@ -1 +1 @@
-ld_add $QTDIR/lib/$MODULE
+ld_add /usr/lib/qt4
diff --git a/qt4-apps/qt4/POST_REMOVE b/qt4-apps/qt4/POST_REMOVE
index e1e68e7..6b3859e 100644
--- a/qt4-apps/qt4/POST_REMOVE
+++ b/qt4-apps/qt4/POST_REMOVE
@@ -1 +1 @@
-ld_remove $QTDIR/lib/$MODULE
+ld_remove /usr/lib/qt4


More information about the Lunar-commits mailing list