fix build fail

This commit is contained in:
lyn1001 2020-09-05 19:30:11 +08:00
parent 74bda9c684
commit 43dd70ddec

View File

@ -32,7 +32,7 @@ mkdir -p %{buildroot}%{gem_dir}
cp -a .%{gem_dir}/* \ cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/ %{buildroot}%{gem_dir}/
if %{with bootstrap} %if %{with bootstrap}
%check %check
pushd .%{gem_instdir} pushd .%{gem_instdir}
ruby -Ilib -e "require './test/ts_all'" ruby -Ilib -e "require './test/ts_all'"