aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-05-19 18:24:13 -0500
committerJack Nagel2013-05-19 18:24:13 -0500
commitda1128df2caabe0b6e483ab0e70d85494ad98be3 (patch)
treea48ea364923f0bd0c673c243fd03b24e5cb8c728 /Library/Formula
parent21934eba0c705fbf2d1d7e4c4fa8468857dc73c3 (diff)
downloadhomebrew-da1128df2caabe0b6e483ab0e70d85494ad98be3.tar.bz2
imake: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/imake.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/imake.rb b/Library/Formula/imake.rb
index 4cdf335c6..4e9d360ef 100644
--- a/Library/Formula/imake.rb
+++ b/Library/Formula/imake.rb
@@ -21,9 +21,9 @@ class Imake < Formula
def install
ENV.deparallelize
- system './configure', "--prefix=#{prefix}", '--disable-dependency-tracking'
+ system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
- # install X config files
+
ImakeXorgCfFiles.new.brew do
system "./configure", "--with-config-dir=#{lib}/X11/config"
system "make install"