diff options
Diffstat (limited to 'Library/Formula/exiftool.rb')
| -rw-r--r-- | Library/Formula/exiftool.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/exiftool.rb b/Library/Formula/exiftool.rb index e8a8bd2cb..ed29cb642 100644 --- a/Library/Formula/exiftool.rb +++ b/Library/Formula/exiftool.rb @@ -8,10 +8,10 @@ class Exiftool <Formula    def install      system "perl", "Makefile.PL"      system "make", "test" -     +      # Install privately to the Cellar      libexec.install ["exiftool", "lib"] -     +      # Link the executable script into "bin"      bin.mkpath      (bin + 'exiftool').write <<-EOBIN | 
