author | Dario Sestito <darios@symbian.org> |
Wed, 15 Jul 2009 18:16:13 +0100 | |
changeset 25 | 234b5eb2dcfe |
parent 24 | ed4e68942437 (current diff) |
parent 23 | 435ecee4ea5d (diff) |
child 26 | 4f2349a6289f |
build_package.pl | file | annotate | diff | comparison | revisions |
--- a/build_package.pl Wed Jul 15 18:14:05 2009 +0100 +++ b/build_package.pl Wed Jul 15 18:16:13 2009 +0100 @@ -88,6 +88,7 @@ $sLabelBaseString =~ m,.*[\\/]([^\\^/]+),; my $sJobLabel = $1; $sJobLabel = $sLabelBaseString if (! $1); +mkdir($sJOB_BASE_DIR) if (!-d$sJOB_BASE_DIR); my $sJobDir = mkdir_unique("$sJOB_BASE_DIR\\$sJobLabel"); print "Created project dir $sJOB_BASE_DIR\\$sJobLabel\n";