r18153 - gnucash/trunk/packaging/win32 - Patch by Daniel Harding - update install.sh to handle new gnucash-setup-env script

Phil Longstaff plongstaff at code.gnucash.org
Mon Jun 22 17:29:11 EDT 2009


Author: plongstaff
Date: 2009-06-22 17:29:11 -0400 (Mon, 22 Jun 2009)
New Revision: 18153
Trac: http://svn.gnucash.org/trac/changeset/18153

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Patch by Daniel Harding - update install.sh to handle new gnucash-setup-env script


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2009-06-22 11:51:28 UTC (rev 18152)
+++ gnucash/trunk/packaging/win32/install.sh	2009-06-22 21:29:11 UTC (rev 18153)
@@ -1222,12 +1222,12 @@
     done
 
     if [ -z $_skip_scripts ]; then
-        # Try to fix the paths in the "gnucash" and related scripts
+        # Try to fix the paths in the gnucash-setup-env script
         qpushd $_BUILD_UDIR/src/bin
-            rm gnucash
+            rm gnucash-setup-env
             make PATH_SEPARATOR=";" \
                 bindir="${_INSTALL_UDIR}/bin:${_INSTALL_UDIR}/lib:${_INSTALL_UDIR}/lib/gnucash:${_GNUTLS_UTIR}/bin:${_GMP_UDIR}/bin:${_GOFFICE_UDIR}/bin:${_LIBGSF_UDIR}/bin:${_PCRE_UDIR}/bin:${_GNOME_UDIR}/bin:${_GUILE_UDIR}/bin:${_WEBKIT_UDIR}/bin:${_REGEX_UDIR}/bin:${_AUTOTOOLS_UDIR}/bin:${AQBANKING_UPATH}:${_LIBOFX_UDIR}/bin:${_OPENSP_UDIR}/bin:${_LIBDBI_UDIR}/bin:${_SQLITE3_UDIR}/bin" \
-                gnucash gnucash-gdb gnucash-valgrind
+                gnucash-setup-env gnucash-valgrind
         qpopd
     fi
     



More information about the gnucash-changes mailing list