diff options
Diffstat (limited to 'Library/Formula/gnu-tar.rb')
| -rw-r--r-- | Library/Formula/gnu-tar.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/gnu-tar.rb b/Library/Formula/gnu-tar.rb index 9ccf01f78..758dec4dc 100644 --- a/Library/Formula/gnu-tar.rb +++ b/Library/Formula/gnu-tar.rb @@ -13,7 +13,7 @@ class GnuTar < Formula      args = [ "--prefix=#{prefix}" , "--mandir=#{man}" ]      args << "--program-prefix=g" unless ARGV.include? '--default-names' -    system "./configure", *args                       +    system "./configure", *args      system "make install"    end  end | 
