diff options
author | Christian Hesse <mail@eworm.de> | 2016-05-27 10:32:38 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-05-27 10:32:38 +0200 |
commit | 415d00ac46e744dbfc512c047c69c07b62431403 (patch) | |
tree | 3d76869cb066ea44388151d02ee75790bebdb81e /Makefile | |
parent | ea97f094a4d990788f06fff3c45922f4f06b45d2 (diff) | |
download | paccache-415d00ac46e744dbfc512c047c69c07b62431403.tar.gz paccache-415d00ac46e744dbfc512c047c69c07b62431403.tar.zst |
rename hook -> hooks
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ install-bin: pacredir $(INSTALL) -D -m0644 systemd/pacserve.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacserve.service $(INSTALL) -D -m0644 systemd/pacdbserve.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacdbserve.service $(INSTALL) -D -m0644 systemd/pacredir.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacredir.service - $(INSTALL) -D -m0644 initcpio/hook/paccache $(DESTDIR)$(PREFIX)/lib/initcpio/hooks/paccache + $(INSTALL) -D -m0644 initcpio/hooks/paccache $(DESTDIR)$(PREFIX)/lib/initcpio/hooks/paccache $(INSTALL) -D -m0644 initcpio/install/paccache $(DESTDIR)$(PREFIX)/lib/initcpio/install/paccache $(INSTALL) -D -m0644 dhcpcd/80-pacredir $(DESTDIR)$(PREFIX)/lib/dhcpcd/dhcpcd-hooks/80-pacredir $(INSTALL) -D -m0755 networkmanager/80-pacredir $(DESTDIR)/etc/NetworkManager/dispatcher.d/80-pacredir |