From b959b0277fc5874c99dcaa59d37e3a3c36bdfe3c Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Nov 19 2011 18:34:59 +0000 Subject: Fix sed line --- diff --git a/ruby.spec b/ruby.spec index 8afa4a1..a993613 100644 --- a/ruby.spec +++ b/ruby.spec @@ -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 %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