diff options
| author | Jack Nagel | 2012-05-06 19:40:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-06 19:40:38 -0500 |
| commit | 2808a7eeaf92dd2c5abcf43dbec154d14c2d5cc4 (patch) | |
| tree | ea5815c83c347e9d5d182351fd3e22971419d707 /Library | |
| parent | 0d3d8a4b46dba4abb0cdf8b6d38bfa9855c7d6c5 (diff) | |
| download | homebrew-2808a7eeaf92dd2c5abcf43dbec154d14c2d5cc4.tar.bz2 | |
openimageio: pass name to the subformula constructor
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/openimageio.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/openimageio.rb b/Library/Formula/openimageio.rb index 4343e4097..8ec9d05eb 100644 --- a/Library/Formula/openimageio.rb +++ b/Library/Formula/openimageio.rb @@ -31,7 +31,6 @@ class OiioImages < Formula url 'https://github.com/OpenImageIO/oiio-images/tarball/9bf43561f5' sha1 '8f12a86098120fd10ceb294a0d3aa1c95a0d3f80' version '1.0.0' - def initialize; super "oiioimages"; end end @@ -116,7 +115,7 @@ class Openimageio < Formula Bmpsuite.new.brew { (d+'bmpsuite').install Dir['*'] } Tgautils.new.brew { (d+'TGAUTILS').install Dir['*'] } OpenexrImages.new.brew { (d+'openexr-images-1.5.0').install Dir['*'] } - OiioImages.new.brew { (d+'oiio-images').install Dir['*'] } + OiioImages.new('oiioimages').brew { (d+'oiio-images').install Dir['*'] } end |
