From 9c5d4a3a9b910c49affab8471b0f3ebcfa9451e7 Mon Sep 17 00:00:00 2001 From: Matthieu Dubet Date: Wed, 28 Dec 2011 11:19:21 +0100 Subject: Fix Ninja build Ninja bootstrap script is now in Python instead of shell Signed-off-by: Adam Vandenberg --- Library/Formula/ninja.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/ninja.rb b/Library/Formula/ninja.rb index f98f70c5f..422177a20 100644 --- a/Library/Formula/ninja.rb +++ b/Library/Formula/ninja.rb @@ -5,7 +5,7 @@ class Ninja < Formula homepage 'https://github.com/martine/ninja' def install - system "./bootstrap.sh" + system "./bootstrap.py" bin.install "ninja" end end -- cgit v1.2.3