diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-04 12:26:21 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-04 12:26:21 +0100 |
commit | 8670d1284bb8ec42bb305680eac91a919b78ae3f (patch) | |
tree | 3270654528f684fee9e66dfd2bba40062a5323e0 /Makefile | |
parent | 6c2c8c8cf708c9d7ed758d9062d7e1791dcdb73c (diff) | |
download | paccache-8670d1284bb8ec42bb305680eac91a919b78ae3f.tar.gz paccache-8670d1284bb8ec42bb305680eac91a919b78ae3f.tar.zst |
add initcpio hook
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ install-bin: pacredir $(INSTALL) -D -m0644 systemd/pacserve.service $(DESTDIR)/usr/lib/systemd/system/pacserve.service $(INSTALL) -D -m0644 systemd/pacdbserve.service $(DESTDIR)/usr/lib/systemd/system/pacdbserve.service $(INSTALL) -D -m0644 systemd/pacredir.service $(DESTDIR)/usr/lib/systemd/system/pacredir.service + $(INSTALL) -D -m0644 initcpio/hook/paccache $(DESTDIR)/usr/lib/initcpio/hooks/paccache + $(INSTALL) -D -m0644 initcpio/install/paccache $(DESTDIR)/usr/lib/initcpio/install/paccache $(INSTALL) -D -m0755 dhcpcd/80-pacredir $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/80-pacredir install-doc: README.html |