From 8a2238218d71c55c7e67a4587958a6dbe323ca0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Sun, 8 Jul 2007 13:12:37 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16277 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/dist.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packaging/win32/dist.sh b/packaging/win32/dist.sh index 16f9f60d32..6722658205 100755 --- a/packaging/win32/dist.sh +++ b/packaging/win32/dist.sh @@ -197,7 +197,14 @@ function finish() { 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