pacman/scripts/libmakepkg/util
Eli Schwartz 9ca88575e6 makepkg --packagelist: fix listing debug packages with makepkg.conf
print_all_package_names used in_opt_array to check whether or not the
PKGBUILD itself has options=('debug' 'split') -- while checking to see
if it was enabled per split package which doesn't make sense as these
options apply globally. This prevented debug packages from being listed
if enabled via makepkg.conf rather than per PKGBUILD.

Instead, use check_option to determine whether makepkg actually thinks
it is meant to try creating a split debug package.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-03-18 12:47:44 +10:00
..
compress.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
error.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
message.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
option.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
parseopts.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
pkgbuild.sh.in makepkg --packagelist: fix listing debug packages with makepkg.conf 2018-03-18 12:47:44 +10:00
source.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
util.sh.in makepkg: refactor checking for write permissions into a utility function 2018-03-14 17:47:51 +10:00