summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2011-03-29 09:27:30 +0200
committerVít Ondruch <vondruch@redhat.com>2011-03-29 09:27:30 +0200
commit03ffe768f2d7e0df120b0492dce95e3f87e7ce0b (patch)
tree20cca790cc4923d1e55aaaedb52275d189f34f4f
parentcf0023b9f19ee2af770dfd2a386d69ed21a1e0ca (diff)
downloadrubygem-rails-03ffe768f2d7e0df120b0492dce95e3f87e7ce0b.tar.gz
rubygem-rails-03ffe768f2d7e0df120b0492dce95e3f87e7ce0b.tar.xz
rubygem-rails-03ffe768f2d7e0df120b0492dce95e3f87e7ce0b.zip
Removed unnecessary cleanup.
-rw-r--r--rubygem-rails.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/rubygem-rails.spec b/rubygem-rails.spec
index e52d902..01c8ecb 100644
--- a/rubygem-rails.spec
+++ b/rubygem-rails.spec
@@ -40,7 +40,6 @@ Oracle with eRuby- or Builder-based templates.
%build
%install
-rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir}
gem install --local --install-dir %{buildroot}%{gemdir} \
-V --no-rdoc --no-ri \
@@ -85,9 +84,6 @@ find %{buildroot}/%{geminstdir} -type f -perm /g+wx -exec chmod -v g-w {} \;
# Find files that are not readable
find %{buildroot}/%{geminstdir} -type f ! -perm /go+r -exec chmod -v go+r {} \;
-%clean
-rm -rf %{buildroot}
-
%files
%defattr(-, root, root, -)
%dir %{geminstdir}