mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Win32 - Fix installation location of some files, reported by Tao Wang.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19210 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9e262e6676
commit
024c2b448b
@ -133,7 +133,7 @@ function dist_libgsf() {
|
||||
mkdir -p $DIST_UDIR/bin
|
||||
cp -a $_LIBGSF_UDIR/bin/libgsf*.dll $DIST_UDIR/bin
|
||||
mkdir -p $DIST_UDIR/share
|
||||
cp -a $_LIBGSF_UDIR/share/locale $DIST_UDIR/lib
|
||||
cp -a $_LIBGSF_UDIR/share/locale $DIST_UDIR/share
|
||||
}
|
||||
|
||||
function dist_goffice() {
|
||||
@ -193,7 +193,7 @@ function dist_aqbanking() {
|
||||
if [ "$AQBANKING3" != "yes" ]; then
|
||||
cp -a ${_AQBANKING_UDIR}/share/aqhbci ${DIST_UDIR}/share
|
||||
fi
|
||||
cp -a ${_AQBANKING_UDIR}/share/locale ${DIST_UDIR}/lib
|
||||
cp -a ${_AQBANKING_UDIR}/share/locale ${DIST_UDIR}/share
|
||||
}
|
||||
|
||||
function dist_libdbi() {
|
||||
|
Loading…
Reference in New Issue
Block a user