r16181 - gnucash/trunk/packaging/win32 - Install.sh: When cross-compiling, mkdir $_GUILE_UDIR/bin before using it.
Andreas Köhler
andi5 at cvs.gnucash.org
Mon Jun 18 16:42:28 EDT 2007
Author: andi5
Date: 2007-06-18 16:42:24 -0400 (Mon, 18 Jun 2007)
New Revision: 16181
Trac: http://svn.gnucash.org/trac/changeset/16181
Modified:
gnucash/trunk/packaging/win32/install.sh
Log:
Install.sh: When cross-compiling, mkdir $_GUILE_UDIR/bin before using it.
Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh 2007-06-18 20:42:19 UTC (rev 16180)
+++ gnucash/trunk/packaging/win32/install.sh 2007-06-18 20:42:24 UTC (rev 16181)
@@ -326,6 +326,7 @@
guile -c "(use-modules (ice-9 slib)) (require 'printf)" || die "guile not installed correctly"
fi
if [ "$CROSS_COMPILE" = "yes" ]; then
+ mkdir -p $_GUILE_UDIR/bin
qpushd $_GUILE_UDIR/bin
# The cross-compiling guile expects these program names
# for the build-time guile
More information about the gnucash-changes
mailing list