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
zzzoldreleases/2.2
Andreas Köhler 19 years ago
parent c68e465991
commit 4fff6de98a

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

Loading…
Cancel
Save