diff options
| author | Adam Vandenberg | 2014-02-25 21:33:46 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:21 -0800 |
| commit | 0a535199fb8e2cc5c71af081dd634f865f59f790 (patch) | |
| tree | 1b954f093132971b6302cbab3865e82c3aea6db5 /Library/Formula | |
| parent | ef5de81570d8b7c535374110acfcd232e112b4a1 (diff) | |
| download | homebrew-0a535199fb8e2cc5c71af081dd634f865f59f790.tar.bz2 | |
xulrunner: use Formula[]
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xulrunner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xulrunner.rb b/Library/Formula/xulrunner.rb index 9d9502d98..dff054420 100644 --- a/Library/Formula/xulrunner.rb +++ b/Library/Formula/xulrunner.rb @@ -90,7 +90,7 @@ class Xulrunner < Formula buildpath.install resource("mozconfig") # fixed usage of bsdtar with unsupported parameters (replaced with gnu-tar) inreplace "toolkit/mozapps/installer/packager.mk", "$(TAR) -c --owner=0 --group=0 --numeric-owner", - "#{Formula.factory("gnu-tar").bin}/gtar -c --owner=0 --group=0 --numeric-owner" + "#{Formula["gnu-tar"].bin}/gtar -c --owner=0 --group=0 --numeric-owner" system "make", "-f", "client.mk", "build" system "make", "-f", "client.mk", "package" |
