[Lunar-commits] r22010 - moonbase/trunk/kde3/base/qt3
Terry Chan
tchan at lunar-linux.org
Tue Oct 31 07:26:36 CET 2006
Author: tchan
Date: 2006-10-31 07:26:36 +0100 (Tue, 31 Oct 2006)
New Revision: 22010
Modified:
moonbase/trunk/kde3/base/qt3/BUILD
Log:
Moving the location of prepare_install. For some unknown reason prepare_install
was being called before the ./configure step of the BUILD script.
Modified: moonbase/trunk/kde3/base/qt3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/qt3/BUILD 2006-10-31 04:25:42 UTC (rev 22009)
+++ moonbase/trunk/kde3/base/qt3/BUILD 2006-10-31 06:26:36 UTC (rev 22010)
@@ -4,8 +4,6 @@
export LD_LIBRARY_PATH=$QTDIR/lib
bad_flags "-z combreloc"
- prepare_install &&
-
sedit "s/-O2/$CXXFLAGS/" mkspecs/linux-g++/qmake.conf &&
echo "yes" | ./configure \
@@ -38,6 +36,8 @@
fi &&
rm -f bin/qmake &&
+ prepare_install &&
+
cp qmake/qmake bin/qmake &&
make install &&
More information about the Lunar-commits
mailing list