summaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-07-30 10:59:26 +0000
committerLRN <lrn1986@gmail.com>2012-07-30 10:59:26 +0000
commitf3fb4969509ae44e879e84c9e132b5f48230cb0a (patch)
tree19fb2119c4ab2b1426dba241561e99b43fcee8df /src/nat/Makefile.am
parent8ee36d32db928bb8ae6f5289a77ace2e8b120b50 (diff)
downloadgnunet-f3fb4969509ae44e879e84c9e132b5f48230cb0a.tar.gz
gnunet-f3fb4969509ae44e879e84c9e132b5f48230cb0a.zip
Do not run install commands from makefiles directly
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index ed3a1545a..e706a3a00 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -23,8 +23,7 @@ NATBIN = gnunet-helper-nat-server gnunet-helper-nat-client
23NATSERVER = gnunet-helper-nat-server.c 23NATSERVER = gnunet-helper-nat-server.c
24NATCLIENT = gnunet-helper-nat-client.c 24NATCLIENT = gnunet-helper-nat-client.c
25install-exec-hook: 25install-exec-hook:
26 $(SUDO_BINARY) chown root:root $(bindir)/gnunet-helper-nat-server $(bindir)/gnunet-helper-nat-client $(nattest) || true 26 $(top_srcdir)/src/nat/install-nat-helper.sh $(SUDO_BINARY) $(bindir) $(nattest) || true
27 $(SUDO_BINARY) chmod u+s $(bindir)/gnunet-helper-nat-server $(bindir)/gnunet-helper-nat-client $(nattest) || true
28else 27else
29install-exec-hook: 28install-exec-hook:
30endif 29endif