r23587 - gnucash/trunk/packaging/win32 - Fix up and update strawberry perl URIs

John Ralls jralls at code.gnucash.org
Fri Dec 20 17:53:04 EST 2013


Author: jralls
Date: 2013-12-20 17:53:03 -0500 (Fri, 20 Dec 2013)
New Revision: 23587
Trac: http://svn.gnucash.org/trac/changeset/23587

Modified:
   gnucash/trunk/packaging/win32/getperl.vbs
   gnucash/trunk/packaging/win32/install-fq-mods.cmd
Log:
Fix up and update strawberry perl URIs

Modified: gnucash/trunk/packaging/win32/getperl.vbs
===================================================================
--- gnucash/trunk/packaging/win32/getperl.vbs	2013-12-20 21:01:47 UTC (rev 23586)
+++ gnucash/trunk/packaging/win32/getperl.vbs	2013-12-20 22:53:03 UTC (rev 23587)
@@ -11,7 +11,7 @@
 strHDLocation = Wscript.Arguments.Item(0)
 
 ' Set your settings
-    strFileURL    = "https://strawberry-perl.googlecode.com/files/strawberry-perl-5.18.1.1-win32.msi"
+    strFileURL    = "https://strawberry-perl.googlecode.com/files/strawberry-perl-5.18.1.1-32bit.msi"
 
     Wscript.Echo "   copying " & strFileURL
     Wscript.Echo "   to "  & strHDLocation

Modified: gnucash/trunk/packaging/win32/install-fq-mods.cmd
===================================================================
--- gnucash/trunk/packaging/win32/install-fq-mods.cmd	2013-12-20 21:01:47 UTC (rev 23586)
+++ gnucash/trunk/packaging/win32/install-fq-mods.cmd	2013-12-20 22:53:03 UTC (rev 23587)
@@ -85,7 +85,7 @@
 echo Found perl version %_perlmajor%.%_perlminor%, but GnuCash requires at least version 5.8.
 echo Please install version 5.8 or above of
 echo * ActivePerl (http://www.activestate.com/store/activeperl) or
-echo * Strawberry Perl (http://strawberry-perl.googlecode.com/files/)
+echo * Strawberry Perl (http://code.google.com/p/strawberry-perl/downloads/)
 echo and add the bin directory to your Path environment variable.
 goto error
 



More information about the gnucash-changes mailing list