summaryrefslogtreecommitdiffstats
path: root/misc/porteasy/src/porteasy.pl
diff options
context:
space:
mode:
Diffstat (limited to 'misc/porteasy/src/porteasy.pl')
-rw-r--r--misc/porteasy/src/porteasy.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/porteasy/src/porteasy.pl b/misc/porteasy/src/porteasy.pl
index 2c1e3ab..127b8c9 100644
--- a/misc/porteasy/src/porteasy.pl
+++ b/misc/porteasy/src/porteasy.pl
@@ -337,7 +337,7 @@ sub update_index() {
or bsd::errx(1, "error updating the index file");
}
if ($packages && ! -d "$portsdir/packages") {
- mkdir("$portsdir/packages")
+ mkdir("$portsdir/packages", 0777)
or bsd::errx(1, "error creating the package directory");
}
cvs("update", "Mk", "Templates", "Tools")
OpenPOWER on IntegriCloud