Don't use -C internally. Use -c. For some reason files are not copied

with -C, although they should.
This commit is contained in:
marcel 1999-12-15 18:08:56 +00:00
parent d86e78f467
commit 021e5674ba

View File

@ -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 $*