aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-09-14 21:32:20 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-09-14 21:32:20 +0200
commit596c6be5fe139a8d4e12c05b9dc724962cefc669 (patch)
tree9afe5b083c7fbc4de6f4fee7a4ef574e2bf111d7
parentd0a96772bb17ef1716ac573f6b5be1857ba165bc (diff)
downloaddhcpcd-hook-pdnsd-main.tar.gz
dhcpcd-hook-pdnsd-main.tar.zst
no need to install with execute permissionHEAD0.2.1main
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d33e845..bfb6605 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,3 @@
install: 21-pdnsd
- install -D -m0755 21-pdnsd $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/21-pdnsd
+ install -D -m0644 21-pdnsd $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/21-pdnsd
install -D -m0644 pdnsd.conf.dhcpcd-hook $(DESTDIR)/etc/pdnsd.conf.dhcpcd-hook