Hi,

Please CC me in replies as I'm not a subscriber of this list.

The download URL for Ghostscript (in gsview.bat) contains an extra
slash:
http://downloads.sourceforge.net//ghostscript/gs864w32.exe|packages/ghostscript/gs864w32.exe

SourceForge expects a project name as first path name element, and
complains about an invalid project. Removing the extra slash fixes
this:
--- a/install/scripts/gsview.bat
+++ b/install/scripts/gsview.bat
@@ -1,5 +1,5 @@
 :: OPTIONAL: Install Ghostscript and GSview
-:: 
URL|ALL|http://downloads.sourceforge.net//ghostscript/gs864w32.exe|packages/ghostscript/gs864w32.exe
+:: 
URL|ALL|http://downloads.sourceforge.net/ghostscript/gs864w32.exe|packages/ghostscript/gs864w32.exe
 :: 
URL|ALL|http://www.mirrorservice.org/sites/mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsv49w32.exe|packages/ghostscript/gsv49w32.exe
 :: Then manually extract to gs and gv folders in the same path

regards,
Alson

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to