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:
parent
e1b9dc6bea
commit
5fc3056e6a
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
||||||
# enforce that all scripts have a --help and --version option
|
# enforce that all scripts have a --help and --version option
|
||||||
AUTOMAKE_OPTIONS = std-options
|
AUTOMAKE_OPTIONS = std-options
|
||||||
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \
|
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \
|
||||||
makepkg-wrapper \
|
$(WRAPPER)
|
||||||
pacman-db-upgrade-wrapper \
|
|
||||||
pacman-key-wrapper \
|
|
||||||
pkgdelta-wrapper
|
|
||||||
|
|
||||||
SUBDIRS = po
|
SUBDIRS = po
|
||||||
|
|
||||||
|
@ -135,7 +132,8 @@ WRAPPER = \
|
||||||
makepkg-wrapper \
|
makepkg-wrapper \
|
||||||
pacman-db-upgrade-wrapper \
|
pacman-db-upgrade-wrapper \
|
||||||
pacman-key-wrapper \
|
pacman-key-wrapper \
|
||||||
pkgdelta-wrapper
|
pkgdelta-wrapper \
|
||||||
|
repo-add-wrapper
|
||||||
|
|
||||||
COMPLETION_IN = \
|
COMPLETION_IN = \
|
||||||
completion/bash_completion \
|
completion/bash_completion \
|
||||||
|
|
Loading…
Add table
Reference in a new issue