[Lunar-commits] r17790 - moonbase/trunk/kde3-apps/konserve

Florin Braescu florin at lunar-linux.org
Sun Dec 25 17:15:00 UTC 2005


Author: florin
Date: 2005-12-25 17:15:00 +0000 (Sun, 25 Dec 2005)
New Revision: 17790

Modified:
   moonbase/trunk/kde3-apps/konserve/BUILD
Log:
small tweaks.

Modified: moonbase/trunk/kde3-apps/konserve/BUILD
===================================================================
--- moonbase/trunk/kde3-apps/konserve/BUILD	2005-12-25 17:12:32 UTC (rev 17789)
+++ moonbase/trunk/kde3-apps/konserve/BUILD	2005-12-25 17:15:00 UTC (rev 17790)
@@ -1,11 +1,11 @@
 (
-  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
-               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
-               --disable-debug                      \
-	       --enable-final                       \
-               --enable-fast-malloc=full            \
-               --with-xinerama                      \
-               $OPTS                                &&
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}     \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
+               --disable-debug                     \
+	       --enable-final                      \
+               --enable-fast-malloc=full           \
+               --with-xinerama                     \
+               $OPTS                              &&
 
   default_make
  



More information about the Lunar-commits mailing list