mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
6c249bacea
commit
24066d3209
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue