aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2014-12-18 00:47:35 -0800
committerTim D. Smith2014-12-18 08:03:56 -0800
commite8bebb4b76ddc8c598766aee1079f3d8e752498a (patch)
tree3fd2a7ded9a084ca13dd48d254680df9bb9588b9 /Library
parent02fef2c283549c0f0ce4ee4eb2730608684949e2 (diff)
downloadhomebrew-e8bebb4b76ddc8c598766aee1079f3d8e752498a.tar.bz2
inkscape: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/inkscape.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/inkscape.rb b/Library/Formula/inkscape.rb
index bb36acd56..0c58d8c4e 100644
--- a/Library/Formula/inkscape.rb
+++ b/Library/Formula/inkscape.rb
@@ -1,5 +1,3 @@
-require 'formula'
-
class Inkscape < Formula
homepage 'http://inkscape.org/'
url 'https://downloads.sourceforge.net/project/inkscape/inkscape/0.48.5/inkscape-0.48.5.tar.gz'
@@ -59,7 +57,7 @@ class Inkscape < Formula
args << "--disable-poppler-cairo" if build.without? "poppler"
system "./configure", *args
- system "make install"
+ system "make", "install"
end
test do