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
pull/1/head
Christian Stimming 17 years ago
parent f599184b62
commit ad35fcdb2b

@ -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}

Loading…
Cancel
Save