aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-09-14 21:16:00 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-09-14 21:16:00 +0200
commit6b4dbbdd3728bcbd99228b4a9cce1db0b24ae95d (patch)
tree282972d0f067d52e76273bc4a56e34d8df509a76 /Makefile
parent599b626695044a021707da971e76642d6d889ec3 (diff)
downloadpaccache-6b4dbbdd3728bcbd99228b4a9cce1db0b24ae95d.tar.gz
paccache-6b4dbbdd3728bcbd99228b4a9cce1db0b24ae95d.tar.zst
add networkmanager dispatcher script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dadfcea..b44d0fa 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ install-bin: pacredir
$(INSTALL) -D -m0644 initcpio/hook/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
install-doc: README.html
$(INSTALL) -D -m0644 README.md $(DESTDIR)$(PREFIX)/share/doc/paccache/README.md