Skip to content

Commit

Permalink
Install.sh: When cross-compiling, mkdir $_GUILE_UDIR/bin before using…
Browse files Browse the repository at this point in the history
… it.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16181 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
andi5 committed Jun 18, 2007
1 parent c68e465 commit 4fff6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/win32/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fff6de

Please sign in to comment.