Skip to content

Commit

Permalink
make the prefix directory before attempting to build, in case the bui…
Browse files Browse the repository at this point in the history
…ld doesn't know how
  • Loading branch information
leafo committed Feb 5, 2012
1 parent de0e4d3 commit 2a532ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/bin/make
Expand Up @@ -25,6 +25,7 @@ Dir.mktmpdir do |dir|
end

FileUtils.mkdir_p "input"
FileUtils.mkdir_p prefix

Dir.chdir("input") do
%x{ tar xzf ../input.tgz 2>&1 }
Expand Down

0 comments on commit 2a532ed

Please sign in to comment.