r17121 - gnucash/trunk/packaging/win32 - Win32: Move definition of AQBANKING_PATH into make_install() as it is needed there.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Apr 21 16:59:59 EDT 2008


Author: andi5
Date: 2008-04-21 16:59:59 -0400 (Mon, 21 Apr 2008)
New Revision: 17121
Trac: http://svn.gnucash.org/trac/changeset/17121

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Win32: Move definition of AQBANKING_PATH into make_install() as it is needed there.

Patch from Daniel Harding.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2008-04-21 20:59:50 UTC (rev 17120)
+++ gnucash/trunk/packaging/win32/install.sh	2008-04-21 20:59:59 UTC (rev 17121)
@@ -951,10 +951,8 @@
     mkdir -p $_BUILD_UDIR
     add_to_env $_INSTALL_UDIR/bin PATH
 
-    # When aqbanking is enabled, uncomment this:
     AQBANKING_OPTIONS="--enable-hbci --with-aqbanking-dir=${_AQBANKING_UDIR}"
     AQBANKING_UPATH="${_OPENSSL_UDIR}/bin:${_GWENHYWFAR_UDIR}/bin:${_AQBANKING_UDIR}/bin"
-    AQBANKING_PATH="${OPENSSL_DIR}\\bin;${GWENHYWFAR_DIR}\\bin;${AQBANKING_DIR}\\bin"
     LIBOFX_OPTIONS="--enable-ofx --with-ofx-prefix=${_LIBOFX_UDIR}"
 
     qpushd $REPOS_DIR
@@ -1003,6 +1001,8 @@
 }
 
 function make_install() {
+    AQBANKING_PATH="${OPENSSL_DIR}\\bin;${GWENHYWFAR_DIR}\\bin;${AQBANKING_DIR}\\bin"
+
     make install
 
     qpushd $_INSTALL_UDIR/lib



More information about the gnucash-changes mailing list