mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix guile DLL names that have additional trailing numbers
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15216 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5eace5e762
commit
b5a5086b67
@ -36,7 +36,7 @@ function dist_guile() {
|
||||
setup Guile
|
||||
_GUILE_UDIR=`unix_path $GUILE_DIR`
|
||||
mkdir -p $DIST_UDIR/bin
|
||||
cp -a $_GUILE_UDIR/bin/libguile{.,-ltdl.,-srfi}*dll $DIST_UDIR/bin
|
||||
cp -a $_GUILE_UDIR/bin/libguile{,-ltdl,-srfi}*dll $DIST_UDIR/bin
|
||||
mkdir -p $DIST_UDIR/share
|
||||
cp -r $_GUILE_UDIR/share/guile $DIST_UDIR/share
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user