diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-14 21:32:20 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-14 21:32:20 +0200 |
commit | 596c6be5fe139a8d4e12c05b9dc724962cefc669 (patch) | |
tree | 9afe5b083c7fbc4de6f4fee7a4ef574e2bf111d7 | |
parent | d0a96772bb17ef1716ac573f6b5be1857ba165bc (diff) | |
download | dhcpcd-hook-pdnsd-main.tar.gz dhcpcd-hook-pdnsd-main.tar.zst |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |