Skip to content
Snippets Groups Projects
Commit b43c5d21 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

makepack can build snapshot

parent 53edbfda
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment