diff options
author | LRN <lrn1986@gmail.com> | 2012-07-30 10:59:26 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2012-07-30 10:59:26 +0000 |
commit | f3fb4969509ae44e879e84c9e132b5f48230cb0a (patch) | |
tree | 19fb2119c4ab2b1426dba241561e99b43fcee8df /src/vpn/Makefile.am | |
parent | 8ee36d32db928bb8ae6f5289a77ace2e8b120b50 (diff) |
Do not run install commands from makefiles directly
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r-- | src/vpn/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index efd61d775..2826028e8 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -18,8 +18,7 @@ pkgcfg_DATA = \ if LINUX VPNBIN = gnunet-helper-vpn install-exec-hook: - $(SUDO_BINARY) chown root:root $(bindir)/gnunet-helper-vpn || true - $(SUDO_BINARY) chmod u+s $(bindir)/gnunet-helper-vpn || true + $(top_srcdir)/src/nat/install-vpn-helper.sh $(SUDO_BINARY) $(bindir) || true else install-exec-hook: endif |