Fix installation directory.

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

@ -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}

Loading…
Cancel
Save