summaryrefslogtreecommitdiff
path: root/lib/install-sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/install-sh')
-rwxr-xr-xlib/install-sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/install-sh b/lib/install-sh
index 4fe135050..c4f150ceb 100755
--- a/lib/install-sh
+++ b/lib/install-sh
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2020-11-11.01; # UTC
+scriptversion=2020-11-11.02; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -108,6 +108,7 @@ Options:
-g GROUP $chgrpprog installed files to GROUP.
-m MODE $chmodprog installed files to MODE.
-o USER $chownprog installed files to USER.
+ -p pass -p to $cpprog.
-s $stripprog installed files.
-t DIRECTORY install into DIRECTORY.
-T report an error if DSTFILE is a directory.
@@ -144,6 +145,8 @@ while test $# -ne 0; do
-o) chowncmd="$chownprog $2"
shift;;
+ -p) cpprog="$cpprog -p";;
+
-s) stripcmd=$stripprog;;
-t)