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:
Geert Janssens 2010-05-29 16:36:13 +00:00
parent 9e262e6676
commit 024c2b448b

View File

@ -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() {