diff options
| author | Adam Vandenberg | 2012-02-12 14:17:47 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-12 20:08:58 -0800 |
| commit | 4f87a49c3a31e11b47251789eb69f804f76c9401 (patch) | |
| tree | 8480f55489886c2b1c0ff9980d2845e9047fced8 /Library/Formula | |
| parent | e9d4a0f8b1b7fa6e1a1307b49c131bdcaf2da4a0 (diff) | |
| download | homebrew-4f87a49c3a31e11b47251789eb69f804f76c9401.tar.bz2 | |
iphotoexport: use install_symlink
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/iphotoexport.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/iphotoexport.rb b/Library/Formula/iphotoexport.rb index 0d0dac752..28e6a11f9 100644 --- a/Library/Formula/iphotoexport.rb +++ b/Library/Formula/iphotoexport.rb @@ -13,7 +13,6 @@ class Iphotoexport < Formula inreplace "#{unzip_dir}/tilutil/exiftool.py", "/usr/bin/exiftool", "exiftool" prefix.install Dir[unzip_dir+'/*'] - bin.mkpath - ln_s prefix+'iphotoexport.py', bin+'iphotoexport' + bin.install_symlink prefix+'iphotoexport.py' => 'iphotoexport' end end |
