From ad35fcdb2be86436155d4217e7e50f886d71ad1c Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 16 Oct 2009 19:53:57 +0000 Subject: [PATCH] Win32: Assert there is only one aqbanking plugin directory before accessing the qt3-wizard.exe. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18381 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/dist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/win32/dist.sh b/packaging/win32/dist.sh index 186a1f5bea..a1b158ee4d 100755 --- a/packaging/win32/dist.sh +++ b/packaging/win32/dist.sh @@ -249,6 +249,7 @@ function finish() { cp $_INSTALL_UDIR/bin/redirect.exe $DIST_UDIR/libexec/gconfd-2.exe if [ "$AQBANKING_WITH_QT" = "yes" ]; then + assert_one_dir ${DIST_UDIR}/lib/aqbanking/plugins/*/wizards _qt3_wizard_path=`ls ${DIST_UDIR}/lib/aqbanking/plugins/*/wizards/qt3-wizard.exe` mv ${_qt3_wizard_path} $DIST_UDIR/bin cp $_INSTALL_UDIR/bin/redirect.exe ${_qt3_wizard_path}