diff options
| author | Samuel John | 2013-08-08 12:02:11 +0200 |
|---|---|---|
| committer | Samuel John | 2013-08-08 12:02:11 +0200 |
| commit | 9daa1565861dcfc69d4086d24341b31f8478db86 (patch) | |
| tree | fd96d22dfd7211e22650c705a0b84b03a1091536 /Library/Formula | |
| parent | 2a1554641a0731e34f4dd8afb70a4f868725ac11 (diff) | |
| download | homebrew-9daa1565861dcfc69d4086d24341b31f8478db86.tar.bz2 | |
qt: Fix Framework symlinks
doh.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index c7094e82c..c4af5050f 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -107,7 +107,7 @@ class Qt < Formula # Some config scripts will only find Qt in a "Frameworks" folder frameworks.mkpath - ln_s Dir['lib/*.framework'], frameworks + ln_s Dir["#{lib}/*.framework"], frameworks # The pkg-config files installed suggest that headers can be found in the # `include` directory. Make this so by creating symlinks from `include` to |
