[Lunar-commits] <moonbase> qscintilla2: fix the build for qt3.

Florin Braescu florin at lunar-linux.org
Wed Sep 17 14:38:19 CEST 2008


commit ef733c1b4f80d77ab9fa5c5058643d349303ee63
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Sep 17 15:38:19 2008 +0300

    qscintilla2: fix the build for qt3.
---
 qt4-apps/qscintilla2/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qt4-apps/qscintilla2/BUILD b/qt4-apps/qscintilla2/BUILD
index c619803..ffb1da2 100644
--- a/qt4-apps/qscintilla2/BUILD
+++ b/qt4-apps/qscintilla2/BUILD
@@ -9,7 +9,7 @@
   else
     if module_installed qt3; then
       source /etc/profile.d/qt3.rc
-      cd ../Qt3
+      cd Qt3
     fi
   fi
   qmake -o Makefile qscintilla.pro


More information about the Lunar-commits mailing list