summaryrefslogtreecommitdiffstats
path: root/ruby-1.8.6.spec
diff options
context:
space:
mode:
authorJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2009-12-21 18:06:50 +0100
committerJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2009-12-21 18:06:50 +0100
commit563d0a5c08d8e22efe163cebe1f186411b92b1a5 (patch)
tree909e1e626cb244707d0d7a6c054aea205882be55 /ruby-1.8.6.spec
parent2a27341fab6f7f8b34ce42d50de4b086cdb8b87c (diff)
downloadruby-specs-563d0a5c08d8e22efe163cebe1f186411b92b1a5.tar.gz
ruby-specs-563d0a5c08d8e22efe163cebe1f186411b92b1a5.tar.xz
ruby-specs-563d0a5c08d8e22efe163cebe1f186411b92b1a5.zip
Create the directories or we can't own them.
The ruby installation does not create the site local directories, so create them before you can own them in %files.
Diffstat (limited to 'ruby-1.8.6.spec')
-rw-r--r--ruby-1.8.6.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/ruby-1.8.6.spec b/ruby-1.8.6.spec
index 0a3b743..89181f6 100644
--- a/ruby-1.8.6.spec
+++ b/ruby-1.8.6.spec
@@ -252,10 +252,10 @@ rm -rf %{buildroot}
# installing binaries ...
make DESTDIR=%{buildroot} install
-mkdir -p %{buildroot}/%{ruby_sitelib} \
- %{buildroot}/%{ruby_sitearch} \
- %{buildroot}/%{ruby_vendorlib} \
- %{buildroot}/%{ruby_vendorarch}
+mkdir -p %{buildroot}/%{ruby_sitelib_186} \
+ %{buildroot}/%{ruby_sitearch_186} \
+ %{buildroot}/%{ruby_vendorlib_186} \
+ %{buildroot}/%{ruby_vendorarch_186}
# generate ri doc
rm -rf .ext/rdoc