summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}