diff options
| author | Edward George | 2010-06-02 21:57:43 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-02 14:34:12 -0700 |
| commit | fd3bd98a60f45c254ee1fb242670c5704cfeaef2 (patch) | |
| tree | a0269937962fe78b30b1688aefa05b7615e9f26d /Library/Formula | |
| parent | d87bd70808c275e78d9dc57f15f4f4a8106a1678 (diff) | |
| download | homebrew-fd3bd98a60f45c254ee1fb242670c5704cfeaef2.tar.bz2 | |
fix usbmuxd version number used for libs and pkg-config.
also installs libs to lib/ not lib64/
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/usbmuxd.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/usbmuxd.rb b/Library/Formula/usbmuxd.rb index afd7a2c46..79e7a2f2c 100644 --- a/Library/Formula/usbmuxd.rb +++ b/Library/Formula/usbmuxd.rb @@ -11,7 +11,8 @@ class Usbmuxd <Formula aka 'usb-multiplex-daemon' def install - system "cmake . #{std_cmake_parameters}" + inreplace 'Modules/VersionTag.cmake', '"sh"', '"bash"' + system "cmake . #{std_cmake_parameters} -DLIB_SUFFIX=''" system "make install" end end |
