Drop set -x for chown -Rv
This commit is contained in:
parent
03c858a73f
commit
d54f37d3b6
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ perform_install()
|
|||
! -name ".arclint" \
|
||||
! -name ".arcconfig" \
|
||||
-exec cp -Rpv {} "${installdir}" \;
|
||||
set -x
|
||||
chown -R root "${installdir}"
|
||||
chown -Rv root "${installdir}"
|
||||
}
|
||||
|
||||
run_install()
|
||||
|
|
Loading…
Reference in a new issue