From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Sun, 3 Jan 2010 21:49:56 +0000 (+0000)
Subject: for f12
X-Git-Tag: BootstrapFS-1.0-11~2
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=04f24143931a7fa86c4842e9d4d96ffb685f9251;p=nodeimage.git

for f12
---

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