summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2018-11-13 23:14:31 -0500
committerAllan McRae <allan@archlinux.org>2018-11-28 11:06:12 +1000
commit5fc3056e6a89bda51d48fe6273fe5e6e2ae986d9 (patch)
treef21ecd71a7c7e70a98056ebe42dce00638f0f7a9
parente1b9dc6bea9585701637e0ed14f24cb5b20cf341 (diff)
downloadpacman-5fc3056e6a89bda51d48fe6273fe5e6e2ae986d9.tar.gz
pacman-5fc3056e6a89bda51d48fe6273fe5e6e2ae986d9.zip
scripts: make repo-add utilize a wrapper as well
Now that repo-add uses libmakepkg, it needs to have $LIBRARY set before testing it in-tree. [Allan: fix "make distcheck"] Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--scripts/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index d60f2cb8..54a8d215 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,10 +1,7 @@
# enforce that all scripts have a --help and --version option
AUTOMAKE_OPTIONS = std-options
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \
- makepkg-wrapper \
- pacman-db-upgrade-wrapper \
- pacman-key-wrapper \
- pkgdelta-wrapper
+ $(WRAPPER)
SUBDIRS = po
@@ -135,7 +132,8 @@ WRAPPER = \
makepkg-wrapper \
pacman-db-upgrade-wrapper \
pacman-key-wrapper \
- pkgdelta-wrapper
+ pkgdelta-wrapper \
+ repo-add-wrapper
COMPLETION_IN = \
completion/bash_completion \