Author: ranger
Date: Wed Sep 13 18:05:17 2006
New Revision: 403

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=403&repname=user%3a+ranger>
Log:
fix build on fresh install

Modified:
    trunk/kde-mac/make-packages.sh

Modified: trunk/kde-mac/make-packages.sh
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/make-packages.sh&rev=403&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/make-packages.sh (original)
+++ trunk/kde-mac/make-packages.sh Wed Sep 13 18:05:17 2006
@@ -58,7 +58,9 @@
        mkdir -p "$ME/compile.build/$PACKAGE"
 
        pushd "$ME/compile.build/$PACKAGE"
-               [ "$DO_CLEAN" -eq 1 ] && cmake -DCMAKE_INSTALL_PREFIX="$KDEDIR" 
"$ME/source.build/$PACKAGE"
+               if [ "$DO_CLEAN" -eq 1 ] || [ ! -f Makefile ]; then
+                       cmake -DCMAKE_INSTALL_PREFIX="$KDEDIR" 
"$ME/source.build/$PACKAGE"
+               fi
                make -j1
                rm -rf "$ME/$PACKAGE/root/"*
                make install


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to