diff options
| author | Adam Vandenberg | 2012-08-29 09:08:53 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-08-29 09:08:53 -0700 | 
| commit | a3f0696505de765fa589e930976a4cf69d167d7c (patch) | |
| tree | 64f655d4ecbb4723985d1cc5de712dd016381fab /Library/Formula/epubcheck.rb | |
| parent | bf44a4ff724fa540b3c126d823447d5650154380 (diff) | |
| download | homebrew-a3f0696505de765fa589e930976a4cf69d167d7c.tar.bz2 | |
epubcheck: fix audit warnings
Diffstat (limited to 'Library/Formula/epubcheck.rb')
| -rw-r--r-- | Library/Formula/epubcheck.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/epubcheck.rb b/Library/Formula/epubcheck.rb index 649d75ddb..e75c2c402 100644 --- a/Library/Formula/epubcheck.rb +++ b/Library/Formula/epubcheck.rb @@ -11,7 +11,7 @@ class Epubcheck < Formula    end    def install -    if ARGV.build_devel? +    if build.devel?        libexec.install "epubcheck-3.0b5.jar", "lib"        (bin/'epubcheck').write <<-EOS.undent          #!/bin/sh @@ -37,4 +37,4 @@ class Epubcheck < Formula          No errors or warnings detected      EOS    end -end
\ No newline at end of file +end  | 
