aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-15 07:23:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-15 07:23:46 +0000
commit3d61ece99cd1cfbc9a3da1db6f6a9cc030c1695c (patch)
tree51333333238e6dd8f7b826764ba5ceb5b9fa721d /src/vpn
parent18791425a06d33e45c187b7757e3b2ff91f9e6c2 (diff)
downloadgnunet-3d61ece99cd1cfbc9a3da1db6f6a9cc030c1695c.tar.gz
gnunet-3d61ece99cd1cfbc9a3da1db6f6a9cc030c1695c.zip
chown
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index d2835c846..0c61aa904 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -12,9 +12,9 @@ if LINUX
12VPNBIN = gnunet-helper-vpn 12VPNBIN = gnunet-helper-vpn
13HIJACKBIN = gnunet-helper-hijack-dns 13HIJACKBIN = gnunet-helper-hijack-dns
14install-exec-hook: 14install-exec-hook:
15 chown root $(bindir)/gnunet-helper-vpn || true 15 chown root:root $(bindir)/gnunet-helper-vpn || true
16 chmod u+s $(bindir)/gnunet-helper-vpn || true 16 chmod u+s $(bindir)/gnunet-helper-vpn || true
17 chown root $(bindir)/gnunet-helper-hijack-dns || true 17 chown root:root $(bindir)/gnunet-helper-hijack-dns || true
18 chmod u+s $(bindir)/gnunet-helper-hijack-dns || true 18 chmod u+s $(bindir)/gnunet-helper-hijack-dns || true
19else 19else
20install-exec-hook: 20install-exec-hook: