From 024c2b448b1103742f889f7f266552b325296d88 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 29 May 2010 16:36:13 +0000 Subject: [PATCH] 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 --- packaging/win32/dist-impl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/win32/dist-impl.sh b/packaging/win32/dist-impl.sh index 63f34ca320..7f0f8e914e 100755 --- a/packaging/win32/dist-impl.sh +++ b/packaging/win32/dist-impl.sh @@ -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() {