[Lunar-commits] <moonbase> qt4: Fixing my stupid typo and adding a couple of more symlinks.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Jan 29 16:17:14 CET 2012


commit de84c5d93e0d13c40946868824cf118d9bb97c1d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Jan 29 10:17:14 2012 -0500

    qt4: Fixing my stupid typo and adding a couple of more symlinks.
---
 qt4-apps/qt4/BUILD |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/qt4-apps/qt4/BUILD b/qt4-apps/qt4/BUILD
index 8f18355..cce2fba 100644
--- a/qt4-apps/qt4/BUILD
+++ b/qt4-apps/qt4/BUILD
@@ -46,8 +46,10 @@
 # Still need the bin dir here for those modules like google-gadgets-for-linux that
 # want to use this path.
   mkdir -p /usr/share/qt4/Trolltech/Qt-~lvu version qt4`/bin &&
-  ln -sf /usr/bin/moc /usr/share/qt4/Trolltech/Qt-~lvu version qt4`/bin/moc &&
-  
+  ln -sf /usr/bin/moc /usr/share/qt4/Trolltech/Qt-`lvu version qt4`/bin/moc &&
+  ln -sf /usr/bin/qmake /usr/share/qt4/Trolltech/Qt-`lvu version qt4`/bin/qmake &&
+  ln -sf /usr/bin/uic /usr/share/qt4/Trolltech/Qt-`lvu version qt4`/bin/uic &&
+ 
   if [[ "$MAKE_EXAMPLE_DEMOS" == "y" ]] ; then
   cat > ${MODULE}-designer.desktop << EOF  &&
 [Desktop Entry]


More information about the Lunar-commits mailing list