From 596c6be5fe139a8d4e12c05b9dc724962cefc669 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 14 Sep 2014 21:32:20 +0200 Subject: no need to install with execute permission --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf