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>
This commit is contained in:
Eli Schwartz 2018-11-13 23:14:31 -05:00 committed by Allan McRae
parent e1b9dc6bea
commit 5fc3056e6a

View file

@ -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 \