From c19d363e427b067f0225e17f2953cd3ad7e37da6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 14 Sep 2014 21:33:54 +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 1bbdcd3..7109ae2 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ install: 50-ntpdate - install -D -m0755 50-ntpdate $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/50-ntpdate + install -D -m0644 50-ntpdate $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/50-ntpdate -- cgit v1.2.3-54-g00ecf