r18332 - gnucash/trunk/packaging/win32 - Win32 installer: Really fix path of qt3-wizard.exe.

Christian Stimming cstim at code.gnucash.org
Tue Sep 22 17:38:31 EDT 2009


Author: cstim
Date: 2009-09-22 17:38:31 -0400 (Tue, 22 Sep 2009)
New Revision: 18332
Trac: http://svn.gnucash.org/trac/changeset/18332

Modified:
   gnucash/trunk/packaging/win32/dist.sh
Log:
Win32 installer: Really fix path of qt3-wizard.exe.

Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2009-09-22 21:23:59 UTC (rev 18331)
+++ gnucash/trunk/packaging/win32/dist.sh	2009-09-22 21:38:31 UTC (rev 18332)
@@ -249,13 +249,9 @@
     cp $_INSTALL_UDIR/bin/redirect.exe $DIST_UDIR/libexec/gconfd-2.exe
 
     if [ "$AQBANKING_WITH_QT" = "yes" ]; then
-        if [ "$AQBANKING3" != "yes" ]; then
-            mv ${DIST_UDIR}/lib/aqbanking/plugins/16/wizards/qt3-wizard.exe $DIST_UDIR/bin
-            cp $_INSTALL_UDIR/bin/redirect.exe $DIST_UDIR/lib/aqbanking/plugins/16/wizards/qt3-wizard.exe
-        else
-            mv ${DIST_UDIR}/lib/aqbanking/plugins/*/wizards/qt3-wizard.exe $DIST_UDIR/bin
-            cp $_INSTALL_UDIR/bin/redirect.exe $DIST_UDIR/lib/aqbanking/plugins/*/wizards/qt3-wizard.exe
-        fi
+        _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}
     fi
 
     # Strip redirections in distributed libtool .la files



More information about the gnucash-changes mailing list