From a246cb4a01d8c31c8d0eac8d436b21b981f91f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 7 Mar 2013 15:56:58 +0100 Subject: [PATCH] Fix installation directory. --- rubygem-open4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubygem-open4.spec b/rubygem-open4.spec index 63da4fa..713f281 100644 --- a/rubygem-open4.spec +++ b/rubygem-open4.spec @@ -34,7 +34,7 @@ Documentation for %{name} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{gem_dir} -%gem_install -n %{SOURCE0} +%gem_install -n %{SOURCE0} -d %{buildroot}%{gem_dir} %check pushd %{buildroot}%{gem_instdir}