r16277 - gnucash/trunk/packaging/win32 - Use redirect.exe for gconfd-2.exe (#450052) and qt3-wizard.exe (#452382).

Andreas Köhler andi5 at cvs.gnucash.org
Sun Jul 8 09:12:38 EDT 2007


Author: andi5
Date: 2007-07-08 09:12:37 -0400 (Sun, 08 Jul 2007)
New Revision: 16277
Trac: http://svn.gnucash.org/trac/changeset/16277

Modified:
   gnucash/trunk/packaging/win32/dist.sh
Log:
Use redirect.exe for gconfd-2.exe (#450052) and qt3-wizard.exe (#452382).

Move the original executables to bin\, use renamed copies of
redirect.exe at the old locations.


Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2007-07-08 13:08:49 UTC (rev 16276)
+++ gnucash/trunk/packaging/win32/dist.sh	2007-07-08 13:12:37 UTC (rev 16277)
@@ -197,8 +197,15 @@
     done
     gconftool-2 --shutdown
 
-    exetype $DIST_UDIR/libexec/gconfd-2.exe windows
+    mv $DIST_UDIR/libexec/gconfd-2.exe $DIST_UDIR/bin
+    exetype $DIST_UDIR/bin/gconfd-2.exe windows
+    cp $_BUILD_UDIR/packaging/win32/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/redirect.exe $DIST_UDIR/lib/aqbanking/plugins/16/wizards/qt3-wizard.exe
+    fi
+
     # Strip redirections in distributed libtool .la files
     for file in $DIST_UDIR/lib/*.la; do
         cat $file | sed 's,^libdir=,#libdir=,' > $file.new



More information about the gnucash-changes mailing list