summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-29 15:01:07 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-29 15:01:07 -0400
commit03de6a777867fd566c7edc9b17097d7f5c966d71 (patch)
treefe053c1d7652b7adac084908a96e31e04a293d4c
parentaa18cb7c9f5e57b1a37d49bc146a144f653b8c51 (diff)
Makefile: Fix installation of makepkg.d/librefetch.confv20180829
It was installed by `make install`, but not `make install-libretools`.
-rw-r--r--src/librefetch/Makefile2
1 files changed, 1 insertions, 1 deletions
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