From e4bb3f67b082a744ff01faab23a0ba63758068ad Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 1 Sep 2014 17:07:44 +0200 Subject: dhcpcd-hook: change permissions --- Makefile | 2 +- dhcpcd/80-pacredir | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 dhcpcd/80-pacredir diff --git a/Makefile b/Makefile index dec0a3c..a480c22 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ install-bin: pacredir $(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/install/paccache $(DESTDIR)$(PREFIX)/lib/initcpio/install/paccache - $(INSTALL) -D -m0755 dhcpcd/80-pacredir $(DESTDIR)$(PREFIX)/lib/dhcpcd/dhcpcd-hooks/80-pacredir + $(INSTALL) -D -m0644 dhcpcd/80-pacredir $(DESTDIR)$(PREFIX)/lib/dhcpcd/dhcpcd-hooks/80-pacredir install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)$(PREFIX)/share/doc/paccache/README.md diff --git a/dhcpcd/80-pacredir b/dhcpcd/80-pacredir old mode 100755 new mode 100644 -- cgit v1.2.3-54-g00ecf