r17772 - gnucash/branches/2.2/packaging/win32 - [r17771] 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:13:35 EST 2008


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

Modified:
   gnucash/branches/2.2/packaging/win32/dist.sh
Log:
[r17771] Win32: In dist.sh, cp redirect.exe from installation directory instead of build dir.

Modified: gnucash/branches/2.2/packaging/win32/dist.sh
===================================================================
--- gnucash/branches/2.2/packaging/win32/dist.sh	2008-12-14 03:10:54 UTC (rev 17771)
+++ gnucash/branches/2.2/packaging/win32/dist.sh	2008-12-14 03:13:34 UTC (rev 17772)
@@ -204,11 +204,11 @@
 
     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
         mv ${DIST_UDIR}/lib/aqbanking/plugins/16/wizards/qt3-wizard.exe $DIST_UDIR/bin
-        cp $_BUILD_UDIR/packaging/win32/.libs/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
     fi
 
     # Strip redirections in distributed libtool .la files



More information about the gnucash-changes mailing list