r19580 - gnucash/trunk/packaging/win32 - Win32: Try to fix the nightly build errors. (Directory went away?)

Christian Stimming cstim at code.gnucash.org
Wed Sep 15 16:18:19 EDT 2010


Author: cstim
Date: 2010-09-15 16:18:18 -0400 (Wed, 15 Sep 2010)
New Revision: 19580
Trac: http://svn.gnucash.org/trac/changeset/19580

Modified:
   gnucash/trunk/packaging/win32/dist-impl.sh
Log:
Win32: Try to fix the nightly build errors. (Directory went away?)

Modified: gnucash/trunk/packaging/win32/dist-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist-impl.sh	2010-09-15 20:12:08 UTC (rev 19579)
+++ gnucash/trunk/packaging/win32/dist-impl.sh	2010-09-15 20:18:18 UTC (rev 19580)
@@ -128,8 +128,11 @@
     rm -rf $TMP_UDIR/gtk2_prefs-*
 
     rm -rf $DIST_UDIR/etc/gconf/gconf.xml.defaults/{desktop,schemas}
-    cp -a $DIST_UDIR/lib/locale $DIST_UDIR/share
-    rm -rf $DIST_UDIR/lib/locale
+    if [ -d $DIST_UDIR/lib/locale ] ; then
+        # Huh, is this removed in newer gtk?
+        cp -a $DIST_UDIR/lib/locale $DIST_UDIR/share
+        rm -rf $DIST_UDIR/lib/locale
+    fi
 }
 
 function dist_isocodes() {



More information about the gnucash-changes mailing list