aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/usbmuxd.rb3
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