aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/Makefile.am2
-rw-r--r--src/vpn/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 6435a6b72..5919bf2ac 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -54,7 +54,7 @@ endif
54if LINUX 54if LINUX
55NATBIN = gnunet-nat-server gnunet-nat-client 55NATBIN = gnunet-nat-server gnunet-nat-client
56install-exec-hook: 56install-exec-hook:
57 chown root $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true 57 chown root:root $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true
58 chmod u+s $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true 58 chmod u+s $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true
59else 59else
60install-exec-hook: 60install-exec-hook:
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index d2835c846..0c61aa904 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -12,9 +12,9 @@ if LINUX
12VPNBIN = gnunet-helper-vpn 12VPNBIN = gnunet-helper-vpn
13HIJACKBIN = gnunet-helper-hijack-dns 13HIJACKBIN = gnunet-helper-hijack-dns
14install-exec-hook: 14install-exec-hook:
15 chown root $(bindir)/gnunet-helper-vpn || true 15 chown root:root $(bindir)/gnunet-helper-vpn || true
16 chmod u+s $(bindir)/gnunet-helper-vpn || true 16 chmod u+s $(bindir)/gnunet-helper-vpn || true
17 chown root $(bindir)/gnunet-helper-hijack-dns || true 17 chown root:root $(bindir)/gnunet-helper-hijack-dns || true
18 chmod u+s $(bindir)/gnunet-helper-hijack-dns || true 18 chmod u+s $(bindir)/gnunet-helper-hijack-dns || true
19else 19else
20install-exec-hook: 20install-exec-hook: