Skip to content

Commit

Permalink
Fix compilation on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiro1 committed May 25, 2012
1 parent d60c7ff commit 4233085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -48,7 +48,7 @@ task :init do
gem_dir = "#{vendor}/#{gem_name}"
rm_rf(gem_dir)
mkdir_p(gem_dir)
sh("tar xzv -C #{gem_dir} -f #{gem_file}")
sh("tar xv -C #{gem_dir} -f #{gem_file}")
rm(gem_file)
sh("tar xzv -C #{gem_dir} -f #{gem_dir}/data.tar.gz")
rm("#{gem_dir}/data.tar.gz")
Expand Down

0 comments on commit 4233085

Please sign in to comment.