makepack can build snapshot

This commit is contained in:
Laurent Destailleur 2009-07-02 18:26:08 +00:00
parent 53edbfdaf8
commit b43c5d21e7

View File

@ -99,13 +99,17 @@ $BUILDROOT="$TEMP/buildroot";
my $copyalreadydone=0;
for (0..@ARGV-1) {
if ($ARGV[$_] =~ /^-*target=(\w+)/i) { $target=$1; }
if ($ARGV[$_] =~ /^-*desti=(.+)/i) { $DESTI=$1; }
}
print "Makepack version $VERSION\n";
print "Building package name: $PROJECT\n";
print "Building package version: $MAJOR.$MINOR.$BUILD\n";
print "Source directory: $SOURCE\n";
print "Target directory: $DESTI\n";
for (0..@ARGV-1) {
if ($ARGV[$_] =~ /^-*target=(\w+)/i) { $target=$1; }
}
# Choose package targets