Rakefile in xapian-ruby-1.2.19 vs Rakefile in xapian-ruby-1.2.19.1

- old
+ new

@@ -15,10 +15,10 @@ bindings = "xapian-bindings-#{ver}" xapian_config = "#{Dir.pwd}/#{core}/xapian-config" task :default do [core,bindings].each do |x| - system! "tar -xzvf #{source_dir}/#{x}.tar.xz" + system! "tar -xJf #{source_dir}/#{x}.tar.xz" end prefix = Dir.pwd ENV['LDFLAGS'] = "-L#{prefix}/lib"