summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorIvy Foster <ivy.foster@gmail.com>2017-09-22 13:01:09 -0500
committerAllan McRae <allan@archlinux.org>2017-12-07 14:55:35 +1000
commitab2be5794de8a57426ec3fc0f631cc766a0b8227 (patch)
tree6a4b32e810ece8a8806cb2df578713f8e79ef107 /scripts/Makefile.am
parent67ce123457cf9c0ee9d4298776ae563202214c69 (diff)
downloadpacman-ab2be5794de8a57426ec3fc0f631cc766a0b8227.tar.xz
makepkg: implement error codes
For your convenience, makepkg now has 16 distinct ways to fail. Also closes FS#54204. Signed-off-by: Ivy Foster <iff@escondida.tk> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 86e44cb6..b93d3d2b 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -96,6 +96,7 @@ LIBMAKEPKG_IN = \
libmakepkg/tidy/strip.sh \
libmakepkg/tidy/zipman.sh \
libmakepkg/util.sh \
+ libmakepkg/util/error.sh \
libmakepkg/util/message.sh \
libmakepkg/util/option.sh \
libmakepkg/util/parseopts.sh \