Skip to content

Commit

Permalink
Can build a snapshot on 3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 2, 2011
1 parent 850cf00 commit c4ae596
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/makepack-dolibarr.pl
Expand Up @@ -104,6 +104,10 @@
for (0..@ARGV-1) {
if ($ARGV[$_] =~ /^-*target=(\w+)/i) { $target=$1; $batch=1; }
if ($ARGV[$_] =~ /^-*desti=(.+)/i) { $DESTI=$1; }
if ($ARGV[$_] =~ /^-*prefix=(.+)/i) {
$PREFIX=$1;
$FILENAMESNAPSHOT.="-".$PREFIX;
}
}

print "Makepack version $VERSION\n";
Expand Down

0 comments on commit c4ae596

Please sign in to comment.