remove not any more necessary sed comand

f38
Pokorra, Gerd 7 years ago
parent 87294dd22d
commit 60145d85c5

@ -41,9 +41,6 @@ gem unpack %{SOURCE0}
%setup -q -D -T -n %{gem_name}-%{version}
gem spec %{SOURCE0} -l --ruby | sed -e 's|,|,\n|g' > %{gem_name}.gemspec
sed -i ext/extconf.rb \
-e '\@check_sizeof@s| == 4|== size|'
# Remove c and header file to not bundle discount-sources
(cd ext; ls -1 *.c *.h | grep -v rdiscount.c ) > discount_files

Loading…
Cancel
Save