aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-01 07:20:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-01 07:20:37 +0000
commitb7ca6765f707bdf074b948d17ce9e458f0bd680d (patch)
tree017b209c01c8a7fb047aacdc426e42a28370c14e /src/dns/Makefile.am
parent94c672c467be073e9b62fe2c1b45267163f74db5 (diff)
downloadgnunet-b7ca6765f707bdf074b948d17ce9e458f0bd680d.tar.gz
gnunet-b7ca6765f707bdf074b948d17ce9e458f0bd680d.zip
-fixing installation scripts for suid binaries
Diffstat (limited to 'src/dns/Makefile.am')
-rw-r--r--src/dns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 59395700a..8a102c414 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -18,7 +18,7 @@ pkgcfg_DATA = \
18if LINUX 18if LINUX
19HIJACKBIN = gnunet-helper-dns 19HIJACKBIN = gnunet-helper-dns
20install-exec-hook: 20install-exec-hook:
21 $(top_srcdir)/src/dns/install-dns-helper.sh $(SUDO_BINARY) $(bindir) $(GNUNETDNS_GROUP) || true 21 $(top_srcdir)/src/dns/install-dns-helper.sh $(bindir) $(GNUNETDNS_GROUP) $(SUDO_BINARY) || true
22else 22else
23install-exec-hook: 23install-exec-hook:
24endif 24endif