Switching to a different version of making directories.

This commit is contained in:
Dylan R. E. Moonfire 2017-05-16 23:34:31 -05:00
parent 3244927cc7
commit 24afd304a9

View file

@ -39,7 +39,7 @@ my $DICT_DIR = "$REPO_DIR/src/dictionary";
unless (-d $BUILD_DIR)
{
print STDERR "Creating build directory\n";
mkdir($BUILD_DIR);
system("mkdir", "-p", $BUILD_DIR);
}
#