From: <jh...@us...> - 2009-11-18 06:24:25
|
Revision: 176 http://etch.svn.sourceforge.net/etch/?rev=176&view=rev Author: jheiss Date: 2009-11-18 06:24:17 +0000 (Wed, 18 Nov 2009) Log Message: ----------- Fix cut-n-paste typo Modified Paths: -------------- trunk/client/Rakefile Modified: trunk/client/Rakefile =================================================================== --- trunk/client/Rakefile 2009-11-18 06:24:01 UTC (rev 175) +++ trunk/client/Rakefile 2009-11-18 06:24:17 UTC (rev 176) @@ -281,7 +281,7 @@ # system("cd solbuild && pkgmk -r #{BUILDROOT} -d $PWD/solbuild") - system("pkgtrans solbuild ../YPCetch-#{ETCHVER}.pkg YPCetch") + system("pkgtrans solbuild ../OSSetch-#{ETCHVER}.pkg OSSetch") # # Cleanup @@ -370,7 +370,7 @@ # system("cd solbuild && pkgmk -r #{BUILDROOT} -d $PWD/solbuild") - system("pkgtrans solbuild ../YPCetch-#{ETCHVER}-sparc.pkg YPCetch") + system("pkgtrans solbuild ../OSSetch-#{ETCHVER}-sparc.pkg OSSetch") # # Cleanup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |