aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-09-14 21:33:30 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-09-14 21:33:30 +0200
commitdf48c35f837c1ef5c64d20b2082f87833c29d7c6 (patch)
tree973949c933f68c2d654b3cb180f3fa4fb6db4c40 /Makefile
parentc4bf9802c5798b0c9b59d7716664748d92365d9a (diff)
downloaddhcpcd-hook-openvpn-df48c35f837c1ef5c64d20b2082f87833c29d7c6.tar.gz
dhcpcd-hook-openvpn-df48c35f837c1ef5c64d20b2082f87833c29d7c6.tar.zst
no need to install with execute permissionHEAD0.2.1main
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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