index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-03-14 22:59:18 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-03-15 14:34:13 +1000 |
commit | f054351e528eebf985378f2f4cb0f621ca15023d (patch) | |
tree | 93f292b864923dbee5365962bbbf2f19025d74c5 /scripts/makepkg.sh.in | |
parent | 9c8d7a80932e23baed1fc247b56b4c5725f9eff4 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 4 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 0eed620c..96a96483 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1365,6 +1365,10 @@ else fi +# check makepkg.conf for some basic requirements +lint_config || exit $E_CONFIG_ERROR + + # check that all settings directories are user-writable if ! ensure_writable_dir "BUILDDIR" "$BUILDDIR"; then plain "$(gettext "Aborting...")" |