From 90fde797f7e576bdbb9fa619209020eec2ab2090 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 28 May 2001 16:53:01 +0000 Subject: Added support for all new install(1) options. Removed -c from the actual call as -p implies "copy". --- tools/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/install.sh') diff --git a/tools/install.sh b/tools/install.sh index f89d73a..46c8c4a 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -32,11 +32,11 @@ # XXX - not all options are recognised. while [ ! -z $1 ]; do case $1 in - -C | -c | -D | -M | -p | -s) shift;; - -f | -g | -m | -o) shift; shift;; + -b | -C | -c | -M | -p | -S | -s) shift;; + -B | -f | -g | -m | -o) shift; shift;; *) break; esac done # the remaining arguments are assumed to be files/dirs only. -exec install -c -p $* +exec install -p $* -- cgit v1.1