X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootstrapfs.spec;h=462faba2d666c833968e040878c8a4f515f2d09d;hb=04f24143931a7fa86c4842e9d4d96ffb685f9251;hp=7c31b2fa54a79b94a08b99152ecb5b89bbf261af;hpb=33afe762cd730e6598f903a60e2e1f01f9e08eda;p=nodeimage.git diff --git a/bootstrapfs.spec b/bootstrapfs.spec index 7c31b2f..462faba 100644 --- a/bootstrapfs.spec +++ b/bootstrapfs.spec @@ -85,7 +85,7 @@ if [ -n "$SUDO_USER" ] ; then # /usr/bin/sudo get created with non-readable permissions. find . -not -perm +0600 -exec chmod u+rw {} \; # Allow user to delete the built RPM(s) - chown -h -R $SUDO_USER %{_rpmdir}/%{_arch} + chown -h -R $SUDO_USER %{_rpmdir}/* fi %post