aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-08-24 17:09:37 +0100
committerMike McQuaid2014-08-24 17:14:21 +0100
commitceefaae4a9760dff157b60282fab655b42ecf51f (patch)
treeaca33b9cfa35736d8a07f34f10d152b5686fe369
parentfe58588fe5610ae8790812111216e3d65d21a11f (diff)
downloadhomebrew-ceefaae4a9760dff157b60282fab655b42ecf51f.tar.bz2
rdesktop: use "make", "install".
-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