1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/scripts/libmakepkg
Allan McRae dd3fe853b3 libmakepkg: return 1 on error in arch array
The return value was being assigned when an error was found in a PKGBUILD's
arch array but it never was returned.

Also remove error message explaining about adding the arch array to a PKGBUILD.
That was added a long time ago when the arch array first became compulsory.

Signed-off-by: Allan McRae <allan@archlinux.org>
2015-09-22 16:06:29 +10:00
..
lint_package libmakepkg: fix test bracket style 2015-05-12 14:00:55 +10:00
lint_pkgbuild libmakepkg: return 1 on error in arch array 2015-09-22 16:06:29 +10:00
source libmakepkg: extract functions for source download and extraction 2015-05-19 23:43:00 +10:00
tidy libmakepkg: fix test bracket style 2015-05-12 14:00:55 +10:00
util libmakepkg: util/pkgbuild.sh needs processing on build 2015-09-07 11:21:59 +10:00
.gitignore libmakepkg: update .gitignore 2015-09-22 15:11:52 +10:00
lint_package.sh.in libmakepkg: lint_package requires cd_safe 2015-07-20 11:43:27 +10:00
lint_pkgbuild.sh.in libmakepkg: extract PKGBUILD linting functions 2015-05-16 14:10:42 +10:00
source.sh.in libmakepkg: extract functions for source download and extraction 2015-05-19 23:43:00 +10:00
tidy.sh.in libmakepkg: fix test bracket style 2015-05-12 14:00:55 +10:00
util.sh.in libmakepkg: fix test bracket style 2015-05-12 14:00:55 +10:00