aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-25 18:47:09 -0500
committerJack Nagel2014-03-25 18:47:09 -0500
commit189b1a90235e289db01cbf930b43e253a0f5cb00 (patch)
tree5a2a414f322570b6207f6cf0e2117f096f366ddc
parent9d8b4d1bef7b66a9c6c2ca1cc446a4cd8a879248 (diff)
downloadhomebrew-189b1a90235e289db01cbf930b43e253a0f5cb00.tar.bz2
avidemux: use install_symlink
-rw-r--r--Library/Formula/avidemux.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/avidemux.rb b/Library/Formula/avidemux.rb
index a4dbeb8f0..7678101dc 100644
--- a/Library/Formula/avidemux.rb
+++ b/Library/Formula/avidemux.rb
@@ -137,8 +137,7 @@ class Avidemux < Formula
chmod 0755, app/"MacOS/Avidemux2.6.app"
cp_r Formula['qt'].opt_prefix/"lib/QtGui.framework/Resources/qt_menu.nib", app/"MacOS/" if build.with? 'qt'
cp "./cmake/osx/Info.plist", app
- ln_s lib, app/"Resources/"
- ln_s bin, app/"Resources/"
+ (app/"Resources").install_symlink bin, lib
cp Dir["./cmake/osx/*.icns"], app/"Resources/"
end