From c48451203a194b8b0c9f644aad17d077d8593513 Mon Sep 17 00:00:00 2001 From: marcel Date: Fri, 10 Dec 1999 10:14:06 +0000 Subject: Use install -C -p instead of cp -p. Pointed out by: bde --- tools/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/install.sh b/tools/install.sh index b172308..d9bf225 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -38,5 +38,5 @@ while [ ! -z $1 ]; do esac done -# the remaining arguments can be fed to cp -exec cp -p $* +# the remaining arguments are assumed to be files/dirs only. +exec install -C -p $* -- cgit v1.1