summaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 5a047a13a..b0b36c661 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -18,8 +18,7 @@ dist_pkgcfg_DATA = \
18if LINUX 18if LINUX
19EXITBIN = gnunet-helper-exit 19EXITBIN = gnunet-helper-exit
20install-exec-hook: 20install-exec-hook:
21 $(SUDO_BINARY) chown root:root $(bindir)/gnunet-helper-exit || true 21 $(top_srcdir)/src/exit/install-exit-helper.sh $(SUDO_BINARY) $(bindir) || true
22 $(SUDO_BINARY) chmod u+s $(bindir)/gnunet-helper-exit || true
23else 22else
24install-exec-hook: 23install-exec-hook:
25endif 24endif