AUDIT: r17771 - gnucash/trunk/packaging/win32 - Win32: In dist.sh, cp redirect.exe from installation directory instead of build dir.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Dec 13 22:10:54 EST 2008


Author: andi5
Date: 2008-12-13 22:10:54 -0500 (Sat, 13 Dec 2008)
New Revision: 17771
Trac: http://svn.gnucash.org/trac/changeset/17771

Modified:
   gnucash/trunk/packaging/win32/dist.sh
Log:
Win32: In dist.sh, cp redirect.exe from installation directory instead of build dir.

BP

Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2008-12-14 02:05:00 UTC (rev 17770)
+++ gnucash/trunk/packaging/win32/dist.sh	2008-12-14 03:10:54 UTC (rev 17771)
@@ -243,15 +243,15 @@
 
     mv $DIST_UDIR/libexec/gconfd-2.exe $DIST_UDIR/bin
     exetype $DIST_UDIR/bin/gconfd-2.exe windows
-    cp $_BUILD_UDIR/packaging/win32/.libs/redirect.exe $DIST_UDIR/libexec/gconfd-2.exe
+    cp $_INSTALL_UDIR/bin/redirect.exe $DIST_UDIR/libexec/gconfd-2.exe
 
     if [ "$AQBANKING_WITH_QT" = "yes" ]; then
         if [ "$AQBANKING3" != "yes" ]; then
             mv ${DIST_UDIR}/lib/aqbanking/plugins/16/wizards/qt3-wizard.exe $DIST_UDIR/bin
-            cp $_BUILD_UDIR/packaging/win32/redirect.exe $DIST_UDIR/lib/aqbanking/plugins/16/wizards/qt3-wizard.exe
+            cp $_INSTALL_UDIR/bin/redirect.exe $DIST_UDIR/lib/aqbanking/plugins/16/wizards/qt3-wizard.exe
         else
             mv ${DIST_UDIR}/lib/aqbanking/plugins/20/wizards/qt3-wizard.exe $DIST_UDIR/bin
-            cp $_BUILD_UDIR/packaging/win32/redirect.exe $DIST_UDIR/lib/aqbanking/plugins/20/wizards/qt3-wizard.exe
+            cp $_INSTALL_UDIR/bin/redirect.exe $DIST_UDIR/lib/aqbanking/plugins/20/wizards/qt3-wizard.exe
         fi
     fi
 



More information about the gnucash-changes mailing list