[pacman-dev] [PATCH v2 4/6] scripts: make repo-add utilize a wrapper as well
Eli Schwartz
eschwartz at archlinux.org
Wed Nov 14 04:29:16 UTC 2018
Now that repo-add uses libmakepkg, it needs to have $LIBRARY set before
testing it in-tree.
Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
---
New patch discovered while fixing other things here.
scripts/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 600c405b..ef7a1b5b 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -118,7 +118,8 @@ WRAPPER = \
makepkg-wrapper \
pacman-db-upgrade-wrapper \
pacman-key-wrapper \
- pkgdelta-wrapper
+ pkgdelta-wrapper \
+ repo-add-wrapper
COMPLETION_IN = \
completion/bash_completion \
--
2.19.1
More information about the pacman-dev
mailing list