r15239 - gnucash/trunk/packaging/win32 - Do not distribute share\guile\1.6\slibcat and let slib recreate it once

Andreas Köhler andi5 at cvs.gnucash.org
Wed Dec 20 20:07:03 EST 2006


Author: andi5
Date: 2006-12-20 20:07:02 -0500 (Wed, 20 Dec 2006)
New Revision: 15239
Trac: http://svn.gnucash.org/trac/changeset/15239

Modified:
   gnucash/trunk/packaging/win32/dist.sh
Log:
Do not distribute share\guile\1.6\slibcat and let slib recreate it once
GnuCash is started for the first time.


Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2006-12-21 00:05:14 UTC (rev 15238)
+++ gnucash/trunk/packaging/win32/dist.sh	2006-12-21 01:07:02 UTC (rev 15239)
@@ -40,6 +40,7 @@
     cp -a $_GUILE_UDIR/bin/libguile{.,-ltdl.,-srfi}*dll $DIST_UDIR/bin
     mkdir -p $DIST_UDIR/share
     cp -r $_GUILE_UDIR/share/guile $DIST_UDIR/share
+    [ -f $DIST_UDIR/share/guile/1.6/slibcat ] && rm $DIST_UDIR/share/guile/1.6/slibcat
 }
 
 function dist_openssl() {



More information about the gnucash-changes mailing list