scons: create bin path first

Closes Homebrew/homebrew#26486.
This commit is contained in:
Adam Vandenberg 2014-02-11 20:29:42 -08:00
parent c9e3038230
commit 7e97b24b6c

View file

@ -6,6 +6,7 @@ class Scons < Formula
sha1 '728edf20047a9f8a537107dbff8d8f803fd2d5e3'
def install
bin.mkpath # Script won't create this if it doesn't already exist
man1.install gzip('scons-time.1', 'scons.1', 'sconsign.1')
system "/usr/bin/python", "setup.py", "install",
"--prefix=#{prefix}",