r15156 - gnucash/trunk/packaging/win32 - Fix absolute path of perl binary

Christian Stimming cstim at cvs.gnucash.org
Tue Nov 28 04:09:19 EST 2006


Author: cstim
Date: 2006-11-28 04:09:18 -0500 (Tue, 28 Nov 2006)
New Revision: 15156
Trac: http://svn.gnucash.org/trac/changeset/15156

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Fix absolute path of perl binary

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-11-28 08:47:31 UTC (rev 15155)
+++ gnucash/trunk/packaging/win32/install.sh	2006-11-28 09:09:18 UTC (rev 15156)
@@ -162,7 +162,7 @@
 function inst_dtk() {
     setup MSYS DTK
     _MSYS_UDIR=`unix_path $MSYS_DIR`
-    if quiet ${_MSYS_UDIR}/perl --help
+    if quiet ${_MSYS_UDIR}/bin/perl --help
     then
         echo "msys dtk already installed.  skipping."
     else



More information about the gnucash-changes mailing list