From 03de6a777867fd566c7edc9b17097d7f5c966d71 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 29 Aug 2018 15:01:07 -0400 Subject: Makefile: Fix installation of makepkg.d/librefetch.conf It was installed by `make install`, but not `make install-libretools`. --- src/librefetch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/librefetch/Makefile b/src/librefetch/Makefile index cee8ca8..04ca685 100644 --- a/src/librefetch/Makefile +++ b/src/librefetch/Makefile @@ -8,7 +8,7 @@ libretools.out.libs = $(filter-out $(libretools.out.libexecs),$(filter libre libretools.pots = $(libretools.out.bins) libretools.out = makepkg-librefetch.conf -files.sys.all += /etc/makepkg.d/librefetch.conf +files.sys.$(libretools.pkg) += /etc/makepkg.d/librefetch.conf $(outdir)/makepkg-librefetch.conf: $(var.)bindir -- cgit v1.2.2