Fix sed line

This commit is contained in:
Mamoru Tasaka 2011-11-20 03:34:59 +09:00
parent 87d17f048e
commit b959b0277f

View File

@ -204,7 +204,7 @@ sed -i.redirect -e '\@RUBY@s@\.rb >@\.rb | cat >@' %{name}-%{arcver}/ext/dl/dep
# Disable gdbm support on F-17 for now # Disable gdbm support on F-17 for now
%if 0%{?fedora} >= 17 %if 0%{?fedora} >= 17
sed -i '\@dblib =@s|gdbm[^ ]*||g' ext/dbm/extconf.rb sed -i '\@dblib =@s|gdbm[^ ]*||g' %{name}-%{arcver}/ext/dbm/extconf.rb
%endif %endif