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
This commit is contained in:
Andreas Köhler
2007-06-18 20:42:24 +00:00
parent c68e465991
commit 4fff6de98a

View File

@@ -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