[Slim-Checkins] r12569 - /trunk/makerelease.pl

mherger at svn.slimdevices.com mherger at svn.slimdevices.com
Thu Aug 16 00:04:22 PDT 2007


Author: mherger
Date: Thu Aug 16 00:04:21 2007
New Revision: 12569

URL: http://svn.slimdevices.com?rev=12569&view=rev
Log:
Bug: 5275
Description: we need to add that library (--add I18N::LangTags) manually to the build

Modified:
    trunk/makerelease.pl

Modified: trunk/makerelease.pl
URL: http://svn.slimdevices.com/trunk/makerelease.pl?rev=12569&r1=12568&r2=12569&view=diff
==============================================================================
--- trunk/makerelease.pl (original)
+++ trunk/makerelease.pl Thu Aug 16 00:04:21 2007
@@ -356,7 +356,7 @@
 		lib
 	));
 	
-	print `cd $sourceDir/server; perlsvc --perl "$perlpath" --lib "$libpaths" --add Compress::Zlib --force slimserver.pl; cd ..`;
+	print `cd $sourceDir/server; perlsvc --perl "$perlpath" --lib "$libpaths" --add Compress::Zlib --add I18N::LangTags --force slimserver.pl; cd ..`;
 	
 	move("$sourceDir/server/slimserver.exe", "$winserverdir/server/slim.exe");
 



More information about the checkins mailing list