aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 2b86a05ba..06bea95ba 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -40,8 +40,8 @@ endif
40 40
41if LINUX 41if LINUX
42install-exec-hook: 42install-exec-hook:
43 chown root:root $(bindir)/gnunet-transport-wlan-helper || true 43 $(SUDO_BINARY) chown root:root $(bindir)/gnunet-transport-wlan-helper || true
44 chmod u+s $(bindir)/gnunet-transport-wlan-helper || true 44 $(SUDO_BINARY) chmod u+s $(bindir)/gnunet-transport-wlan-helper || true
45else 45else
46install-exec-hook: 46install-exec-hook:
47endif 47endif