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.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 178ecc737..b690fa345 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -103,9 +103,11 @@ endif
103 103
104if LINUX 104if LINUX
105install-exec-hook: 105install-exec-hook:
106 $(top_srcdir)/src/transport/install-wlan-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_OR_DOAS_BINARY) || true 106 chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-transport-wlan
107 chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-transport-wlan
107if HAVE_LIBBLUETOOTH 108if HAVE_LIBBLUETOOTH
108 $(top_srcdir)/src/transport/install-bluetooth-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_OR_DOAS_BINARY) || true 109 chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-transport-bluetooth
110 chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-transport-bluetooth
109endif 111endif
110else 112else
111install-exec-hook: 113install-exec-hook: