diff options
| author | Christian Romney | 2015-03-05 09:59:33 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-03-06 22:04:17 -0500 |
| commit | 2ee4fb5fcfc8807d563971cf4cb048f1f36e7193 (patch) | |
| tree | 3854c0ebbeaa83b75ca3de7adad85ec7e72838fa /Library | |
| parent | 6d3dd7fcac36f3957e50732b8a0599976f6e4672 (diff) | |
| download | homebrew-2ee4fb5fcfc8807d563971cf4cb048f1f36e7193.tar.bz2 | |
Slimer.js should recognize FirefoxDeveloperEdition
Signed-off-by: Christian Romney <cromney@pointslope.com>
Closes #37420.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/slimerjs.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/slimerjs.rb b/Library/Formula/slimerjs.rb index d2fa7e396..b52864e0a 100644 --- a/Library/Formula/slimerjs.rb +++ b/Library/Formula/slimerjs.rb @@ -4,7 +4,9 @@ class FirefoxDependency < Requirement def self.firefox_installation paths = ["~/Applications/FirefoxNightly.app", "~/Applications/Firefox.app", - "/Applications/FirefoxNightly.app", "/Applications/Firefox.app"] + "/Applications/FirefoxNightly.app", "/Applications/Firefox.app", + "~/Applications/FirefoxDeveloperEdition.app", + "/Applications/FirefoxDeveloperEdition.app"] paths.find { |p| File.exist? File.expand_path(p) } end |
