r15221 - gnucash/trunk/packaging/win32 - Revert r15216, because the actual guile dll file names differ from those

Andreas Köhler andi5 at cvs.gnucash.org
Fri Dec 15 21:50:23 EST 2006


Author: andi5
Date: 2006-12-15 21:50:23 -0500 (Fri, 15 Dec 2006)
New Revision: 15221
Trac: http://svn.gnucash.org/trac/changeset/15221

Modified:
   gnucash/trunk/packaging/win32/dist.sh
   gnucash/trunk/packaging/win32/functions
Log:
Revert r15216, because the actual guile dll file names differ from those
in builds of revisions <15213.
Replace shebang in packaging/win32/functions by a local variables list.


Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2006-12-15 22:31:21 UTC (rev 15220)
+++ gnucash/trunk/packaging/win32/dist.sh	2006-12-16 02:50:23 UTC (rev 15221)
@@ -37,7 +37,7 @@
     setup Guile
     _GUILE_UDIR=`unix_path $GUILE_DIR`
     mkdir -p $DIST_UDIR/bin
-    cp -a $_GUILE_UDIR/bin/libguile{,-ltdl,-srfi}*dll $DIST_UDIR/bin
+    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
 }

Modified: gnucash/trunk/packaging/win32/functions
===================================================================
--- gnucash/trunk/packaging/win32/functions	2006-12-15 22:31:21 UTC (rev 15220)
+++ gnucash/trunk/packaging/win32/functions	2006-12-16 02:50:23 UTC (rev 15221)
@@ -1,5 +1,3 @@
-#!/bin/sh  # for emacs
-
 function add_step() { steps=("${steps[@]}" "$@"); }
 function quiet() { "$@" &>/dev/null; }
 
@@ -49,3 +47,10 @@
     echo "!!! ABORTING !!!"
     exit -1
 }
+
+
+### Local Variables: ***
+### mode: shell-script ***
+### sh-basic-offset: 4 ***
+### tab-width: 8 ***
+### End: ***



More information about the gnucash-changes mailing list