14 Nov
2018
14 Nov
'18
4:29 a.m.
Now that repo-add uses libmakepkg, it needs to have $LIBRARY set before testing it in-tree. Signed-off-by: Eli Schwartz <eschwartz@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