From 4fff6de98a26c3a1120e4e83f7760e22292a51ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Mon, 18 Jun 2007 20:42:24 +0000 Subject: [PATCH] Install.sh: When cross-compiling, mkdir $_GUILE_UDIR/bin before using it. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16181 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index e340b0bad6..45a2e60aec 100755 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -326,6 +326,7 @@ function inst_guile() { 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