Fix installation directory.

epel9
Vít Ondruch 12 years ago
parent 8f17337f76
commit a246cb4a01

@ -34,7 +34,7 @@ Documentation for %{name}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
mkdir -p %{buildroot}%{gem_dir} mkdir -p %{buildroot}%{gem_dir}
%gem_install -n %{SOURCE0} %gem_install -n %{SOURCE0} -d %{buildroot}%{gem_dir}
%check %check
pushd %{buildroot}%{gem_instdir} pushd %{buildroot}%{gem_instdir}

Loading…
Cancel
Save