summaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 7fc679b20..afbd10932 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -47,8 +47,7 @@ endif
47 47
48if LINUX 48if LINUX
49install-exec-hook: 49install-exec-hook:
50 $(SUDO_BINARY) chown root:root $(bindir)/gnunet-helper-transport-wlan || true 50 $(top_srcdir)/src/transport/install-wlan-helper.sh $(SUDO_BINARY) $(bindir) || true
51 $(SUDO_BINARY) chmod u+s $(bindir)/gnunet-helper-transport-wlan || true
52else 51else
53install-exec-hook: 52install-exec-hook:
54endif 53endif