Switching to a different version of making directories.
This commit is contained in:
parent
3244927cc7
commit
24afd304a9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ my $DICT_DIR = "$REPO_DIR/src/dictionary";
|
||||||
unless (-d $BUILD_DIR)
|
unless (-d $BUILD_DIR)
|
||||||
{
|
{
|
||||||
print STDERR "Creating build directory\n";
|
print STDERR "Creating build directory\n";
|
||||||
mkdir($BUILD_DIR);
|
system("mkdir", "-p", $BUILD_DIR);
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue