Don't use -C internally. Use -c. For some reason files are not copied
with -C, although they should.
This commit is contained in:
parent
d86e78f467
commit
021e5674ba
@ -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 $*
|
||||
|
Loading…
Reference in New Issue
Block a user