From df48c35f837c1ef5c64d20b2082f87833c29d7c6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 14 Sep 2014 21:33:30 +0200 Subject: no need to install with execute permission --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 011af1c..8d13680 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ install: 40-openvpn - install -D -m0755 40-openvpn $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/40-openvpn + install -D -m0644 40-openvpn $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/40-openvpn -- cgit v1.2.3-54-g00ecf