aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-31 19:23:50 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-10-31 19:23:50 +0100
commit4c50bfc7c8f6c1575586dde1d5053d72dc0b4937 (patch)
treeb6683d864c81b499365e8f3819c0919720893795 /Makefile
parent64fbfb8c89723ddefd13e7850cb418023da919f5 (diff)
downloadpaccache-4c50bfc7c8f6c1575586dde1d5053d72dc0b4937.tar.gz
paccache-4c50bfc7c8f6c1575586dde1d5053d72dc0b4937.tar.zst
add dhcpcd hook that informs pacredir about reestablished connection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f41b033..ffba1c3 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ 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 -m0755 dhcpcd/80-pacredir $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/80-pacredir
install-doc: README.html
$(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/paccache/README.md