Drop set -x for chown -Rv

This commit is contained in:
0x1eef 2024-07-02 06:06:40 -03:00
parent 03c858a73f
commit d54f37d3b6

View file

@ -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()