aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qimageblitz.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/qimageblitz.rb')
-rw-r--r--Library/Formula/qimageblitz.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qimageblitz.rb b/Library/Formula/qimageblitz.rb
index eb01cb2bf..ba42d1c57 100644
--- a/Library/Formula/qimageblitz.rb
+++ b/Library/Formula/qimageblitz.rb
@@ -9,7 +9,7 @@ class Qimageblitz < Formula
depends_on 'qt'
def install
- system "cmake . #{std_cmake_parameters}"
+ system "cmake #{std_cmake_parameters} ."
system "make install"
end
end