r19210 - gnucash/trunk/packaging/win32 - Win32 - Fix installation location of some files, reported by Tao Wang.

Geert Janssens gjanssens at code.gnucash.org
Sat May 29 12:36:13 EDT 2010


Author: gjanssens
Date: 2010-05-29 12:36:13 -0400 (Sat, 29 May 2010)
New Revision: 19210
Trac: http://svn.gnucash.org/trac/changeset/19210

Modified:
   gnucash/trunk/packaging/win32/dist-impl.sh
Log:
Win32 - Fix installation location of some files, reported by Tao Wang.

Modified: gnucash/trunk/packaging/win32/dist-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist-impl.sh	2010-05-27 17:54:03 UTC (rev 19209)
+++ gnucash/trunk/packaging/win32/dist-impl.sh	2010-05-29 16:36:13 UTC (rev 19210)
@@ -133,7 +133,7 @@
     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 @@
     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() {



More information about the gnucash-changes mailing list