Fix makepack for windows
This commit is contained in:
parent
e2f60aebc1
commit
783d7bfe20
@ -65,7 +65,7 @@ $DIR||='.'; $DIR =~ s/([^\/\\])[\\\/]+$/$1/;
|
|||||||
|
|
||||||
$SOURCE="$DIR/..";
|
$SOURCE="$DIR/..";
|
||||||
$DESTI="$SOURCE/build";
|
$DESTI="$SOURCE/build";
|
||||||
if ($SOURCE !~ /^\//)
|
if ($SOURCE !~ /^\// && $SOURCE !~ /^[a-z]:/i)
|
||||||
{
|
{
|
||||||
print "Error: Launch the script $PROG.$Extension with its full path from /.\n";
|
print "Error: Launch the script $PROG.$Extension with its full path from /.\n";
|
||||||
print "$PROG.$Extension aborted.\n";
|
print "$PROG.$Extension aborted.\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user