index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2015-07-19 09:50:40 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-07-20 12:50:25 +1000 |
commit | 445aa3b52cfcd5630ec10d2ae2c8eeffa2b5c5de (patch) | |
tree | 58f579fef39694a5568c67050297445b7e7ea7e2 | |
parent | bbab90836b2f7d8b03c862f35bc6e3ff2bd628d2 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 2613b314..8b6557ec 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2242,7 +2242,7 @@ else unset pkg fi mkdir -p "$pkgdirbase" - chmod a-srwx "$pkgdirbase" + chmod a-srw "$pkgdirbase" cd_safe "$startdir" if (( ! REPKG )); then |