From 3d61ece99cd1cfbc9a3da1db6f6a9cc030c1695c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 Jun 2011 07:23:46 +0000 Subject: chown --- src/transport/Makefile.am | 2 +- src/vpn/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 6435a6b72..5919bf2ac 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -54,7 +54,7 @@ endif if LINUX NATBIN = gnunet-nat-server gnunet-nat-client install-exec-hook: - chown root $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true + chown root:root $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true chmod u+s $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true else install-exec-hook: 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 VPNBIN = gnunet-helper-vpn HIJACKBIN = gnunet-helper-hijack-dns install-exec-hook: - chown root $(bindir)/gnunet-helper-vpn || true + chown root:root $(bindir)/gnunet-helper-vpn || true chmod u+s $(bindir)/gnunet-helper-vpn || true - chown root $(bindir)/gnunet-helper-hijack-dns || true + chown root:root $(bindir)/gnunet-helper-hijack-dns || true chmod u+s $(bindir)/gnunet-helper-hijack-dns || true else install-exec-hook: -- cgit v1.2.3