[Lunar-commits] <moonbase> qt4: Updated POST_INSTALL to comment out the incorrect re-lin of PyQt.
Terry Chan
tchan at lunar-linux.org
Mon May 19 06:05:27 CEST 2008
commit eb571410685de1e4cded668d67922d735647adf9
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sun May 18 23:05:27 2008 -0500
qt4: Updated POST_INSTALL to comment out the incorrect re-lin of PyQt.
It should read PyQt-4. It doesn't seem necessary to re-lin sip on an
update of qt4. I could be mistaken about this, so for now the re-lin's
are just commented out.
---
kde4/base/qt4/POST_INSTALL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde4/base/qt4/POST_INSTALL b/kde4/base/qt4/POST_INSTALL
index b9768af..af7af03 100644
--- a/kde4/base/qt4/POST_INSTALL
+++ b/kde4/base/qt4/POST_INSTALL
@@ -1,4 +1,4 @@
ld_add $MODULE_PREFIX/lib
-if module_installed sip; then lin sip; fi
-if module_installed PyQt; then lin PyQt; fi
+# if module_installed sip; then lin sip; fi
+# if module_installed PyQt-4; then lin PyQt-4; fi
More information about the Lunar-commits
mailing list