summaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-23 20:24:46 +0000
committerng0 <ng0@n0.is>2019-10-23 20:24:46 +0000
commitfb5a4bff07c34012cc188ff5d8c3d174e9d8c131 (patch)
tree0e801d5bbdf69705e2d4857994ec237ef60df00c /src/exit/Makefile.am
parentc4cd5da52ee63b5d920f3cb6f87e5a1a3140b148 (diff)
downloadgnunet-fb5a4bff07c34012cc188ff5d8c3d174e9d8c131.tar.gz
gnunet-fb5a4bff07c34012cc188ff5d8c3d174e9d8c131.zip
first test commit to make sudo + sh scripts obsolete.
install(1) is too unportable to handle this job so we take the content of the scripts.
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index bca0f1d9f..c45354256 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -25,7 +25,8 @@ endif
25if LINUX 25if LINUX
26EXITBIN = gnunet-helper-exit 26EXITBIN = gnunet-helper-exit
27install-exec-hook: 27install-exec-hook:
28 $(top_srcdir)/src/exit/install-exit-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_OR_DOAS_BINARY) || true 28 chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-exit
29 chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-exit
29else 30else
30install-exec-hook: 31install-exec-hook:
31endif 32endif