r15157 - gnucash/trunk/packaging/win32 - Oops. Now really fix absolute path of perl binary

Christian Stimming cstim at cvs.gnucash.org
Tue Nov 28 04:10:58 EST 2006


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

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Oops. Now really fix absolute path of perl binary

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-11-28 09:09:18 UTC (rev 15156)
+++ gnucash/trunk/packaging/win32/install.sh	2006-11-28 09:10:57 UTC (rev 15157)
@@ -179,7 +179,7 @@
             mv $file $_dst_file
         done
     fi
-    quiet ${_MSYS_UDIR}/perl --help || die "msys dtk not installed correctly"
+    quiet ${_MSYS_UDIR}/bin/perl --help || die "msys dtk not installed correctly"
 }
 
 function inst_mingw() {



More information about the gnucash-changes mailing list