From ceefaae4a9760dff157b60282fab655b42ecf51f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 24 Aug 2014 17:09:37 +0100 Subject: rdesktop: use "make", "install". --- Library/Formula/rdesktop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3