diff options
| author | Tim D. Smith | 2014-12-18 00:47:35 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-18 08:03:56 -0800 |
| commit | e8bebb4b76ddc8c598766aee1079f3d8e752498a (patch) | |
| tree | 3fd2a7ded9a084ca13dd48d254680df9bb9588b9 /Library | |
| parent | 02fef2c283549c0f0ce4ee4eb2730608684949e2 (diff) | |
| download | homebrew-e8bebb4b76ddc8c598766aee1079f3d8e752498a.tar.bz2 | |
inkscape: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/inkscape.rb | 4 |
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 |
