aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rdesktop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/rdesktop.rb')
-rw-r--r--Library/Formula/rdesktop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rdesktop.rb b/Library/Formula/rdesktop.rb
index 3a58e5656..13d0e0cfd 100644
--- a/Library/Formula/rdesktop.rb
+++ b/Library/Formula/rdesktop.rb
@@ -25,7 +25,7 @@ class Rdesktop < Formula
"--x-includes=#{MacOS::X11.include}",
"--x-libraries=#{MacOS::X11.lib}"]
system "./configure", *args
- system "make install"
+ system "make", "install"
end
end