rpm-building: Permission denied while trying to remove previous build #4627
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
It seems that we cannot run build_rpm.sh twice because it produces temporary files which cannot be removed by the recursive rm.
I looked at file permissions and this is the firt folder with wrong permissions:
As see the "w" is missing from current user.
Doing a
chmod -R +w ~/rpmbuild/BUILD
can be used as an workaround but we we need to fix the root cause.The text was updated successfully, but these errors were encountered: