Skip to content

Commit

Permalink
only extract the iui directory of the downloaded tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranlee committed May 7, 2008
1 parent ebbbeb5 commit b30155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/rails_iui_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace :iui do
url = "http://iui.googlecode.com/files/iui-#{version}.tar.gz"
puts "Loading iUI"
open("iui-#{version}.tar.gz", 'w').write(open(url).read)
system "tar zxvf iui-#{version}.tar.gz"
system "tar zxvf iui-#{version}.tar.gz iui"
end
end
end
Expand Down

0 comments on commit b30155b

Please sign in to comment.