index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-05-30 22:50:25 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-06-18 13:15:51 +1000 |
commit | 737596f038590878d9ac73e6e8de01ad22b2b340 (patch) | |
tree | dab310d5e835d57789162a3ebc1b9ff7b273d84d | |
parent | 870d4c8fdd5e53c24c2a13cf1010b2536460fd8f (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 1 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 9e4e5623..0e9da464 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1371,7 +1371,6 @@ if ! ensure_writable_dir "BUILDDIR" "$BUILDDIR"; then plain "$(gettext "Aborting...")" exit $E_FS_PERMISSIONS fi -chmod a-s "$BUILDDIR" if (( ! (NOBUILD || GENINTEG) )) && ! ensure_writable_dir "PKGDEST" "$PKGDEST"; then plain "$(gettext "Aborting...")" |