aboutsummaryrefslogtreecommitdiff
path: root/src/dns/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/dns/Makefile.am
parent8ee36d32db928bb8ae6f5289a77ace2e8b120b50 (diff)
downloadgnunet-f3fb4969509ae44e879e84c9e132b5f48230cb0a.tar.gz
gnunet-f3fb4969509ae44e879e84c9e132b5f48230cb0a.zip
Do not run install commands from makefiles directly
Diffstat (limited to 'src/dns/Makefile.am')
-rw-r--r--src/dns/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index ed000aa19..59395700a 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -18,11 +18,7 @@ pkgcfg_DATA = \
18if LINUX 18if LINUX
19HIJACKBIN = gnunet-helper-dns 19HIJACKBIN = gnunet-helper-dns
20install-exec-hook: 20install-exec-hook:
21 $(SUDO_BINARY) chown root $(bindir)/gnunet-helper-dns || true 21 $(top_srcdir)/src/dns/install-dns-helper.sh $(SUDO_BINARY) $(bindir) $(GNUNETDNS_GROUP) || true
22 $(SUDO_BINARY) chgrp $(GNUNETDNS_GROUP) $(bindir)/gnunet-helper-dns || true
23 $(SUDO_BINARY) chmod 4750 $(bindir)/gnunet-helper-dns || true
24 $(SUDO_BINARY) chown gnunet:$(GNUNETDNS_GROUP) $(bindir)/gnunet-service-dns || true
25 $(SUDO_BINARY) chmod 2750 $(bindir)/gnunet-service-dns || true
26else 22else
27install-exec-hook: 23install-exec-hook:
28endif 24endif