diff options
Diffstat (limited to 'Library/Formula/iphotoexport.rb')
| -rw-r--r-- | Library/Formula/iphotoexport.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/iphotoexport.rb b/Library/Formula/iphotoexport.rb index 00d9923ee..b05ff7283 100644 --- a/Library/Formula/iphotoexport.rb +++ b/Library/Formula/iphotoexport.rb @@ -6,12 +6,12 @@ class Iphotoexport <Formula sha1 '50fa0916cf9689efdfd33cd4680424234b4e9023' depends_on 'exiftool' - + def install unzip_dir = @name+'-'+@version # Change hardcoded exiftool path inreplace "#{unzip_dir}/tilutil/exiftool.py", "/usr/bin/exiftool", "exiftool" - + prefix.install Dir[unzip_dir+'/*'] bin.mkpath ln_s prefix+'iphotoexport.py', bin+'iphotoexport' |
