summaryrefslogtreecommitdiffstats
path: root/net/openswan/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'net/openswan/INSTALL')
-rwxr-xr-xnet/openswan/INSTALL8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/openswan/INSTALL b/net/openswan/INSTALL
index 0ecfb7fc68..b30d8ff2cc 100755
--- a/net/openswan/INSTALL
+++ b/net/openswan/INSTALL
@@ -1,4 +1,6 @@
default_install &&
-install -v -m644 programs/setup/setup.8 /usr/share/man/man8/ipsec_setup.8 &&
-install -v -m755 programs/setup/setup /usr/libexec/ipsec/ &&
-depmod -ae
+
+install -v -m644 programs/setup/setup.8 \
+ "$INSTALL_ROOT/usr/share/man/man8/ipsec_setup.8" &&
+install -v -m755 programs/setup/setup \
+ "$INSTALL_ROOT/usr/libexec/ipsec/setup"