From 24066d32091615f1813cfbf93efd53df955feb40 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 15 Dec 1999 18:08:56 +0000 Subject: [PATCH] Don't use -C internally. Use -c. For some reason files are not copied with -C, although they should. --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index d9bf225f21b..f89d73a5d36 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -39,4 +39,4 @@ while [ ! -z $1 ]; do done # the remaining arguments are assumed to be files/dirs only. -exec install -C -p $* +exec install -c -p $*