[Slim-Checkins] r10131 - /trunk/makerelease.pl
dsully at svn.slimdevices.com
dsully at svn.slimdevices.com
Mon Oct 2 12:59:11 PDT 2006
Author: dsully
Date: Mon Oct 2 12:59:10 2006
New Revision: 10131
URL: http://svn.slimdevices.com?rev=10131&view=rev
Log:
Bug: N/A
Description: Update release script. Remove unused vars, add lib dir. No more 'perlscripts' build.
Modified:
trunk/makerelease.pl
Modified: trunk/makerelease.pl
URL: http://svn.slimdevices.com/trunk/makerelease.pl?rev=10131&r1=10130&r2=10131&view=diff
==============================================================================
--- trunk/makerelease.pl (original)
+++ trunk/makerelease.pl Mon Oct 2 12:59:10 2006
@@ -42,7 +42,6 @@
my $notar;
# set these to the explicit path of your windows perl installation
-my $perldir = "/c/Perl";
my $perldirwin = "C:\\Perl";
my %osToBuildMap = (
@@ -324,6 +323,7 @@
CPAN
CPAN/arch/5.8/MSWin32-x86-multi-thread
CPAN/arch/5.8/MSWin32-x86-multi-thread/auto
+ lib
));
print `cd $source/server; perlsvc --lib "$libpaths" --verbose --add Compress::Zlib --force slimserver.pl; cd ..`;
@@ -363,7 +363,6 @@
# make the zip file
print "Making the zip file...\n";
`cd $distdir; zip -r $title.ZIP "SlimServer for Windows"`;
- `cd $distdir; zip -r $title.perlscripts.ZIP "$distdir"`;
}
rmtree($winserverdir);
More information about the checkins
mailing list