r18381 - gnucash/trunk/packaging/win32 - Win32: Assert there is only one aqbanking plugin directory before accessing the qt3-wizard.exe.

Christian Stimming cstim at code.gnucash.org
Fri Oct 16 15:53:57 EDT 2009


Author: cstim
Date: 2009-10-16 15:53:57 -0400 (Fri, 16 Oct 2009)
New Revision: 18381
Trac: http://svn.gnucash.org/trac/changeset/18381

Modified:
   gnucash/trunk/packaging/win32/dist.sh
Log:
Win32: Assert there is only one aqbanking plugin directory before accessing the qt3-wizard.exe.

Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2009-10-16 19:06:26 UTC (rev 18380)
+++ gnucash/trunk/packaging/win32/dist.sh	2009-10-16 19:53:57 UTC (rev 18381)
@@ -249,6 +249,7 @@
     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}



More information about the gnucash-changes mailing list