ntfs-3g: build libraries

Closes Homebrew/homebrew#22508.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Tony Cebzanov 2013-09-12 22:30:32 -04:00 committed by Adam Vandenberg
parent f8c4c6e50c
commit 87513db75b
1 changed files with 1 additions and 1 deletions

View File

@ -25,8 +25,8 @@ class Ntfs3g < Formula
"--prefix=#{prefix}",
"--exec-prefix=#{prefix}",
"--mandir=#{man}",
"--disable-library",
"--with-fuse=external"]
system "./configure", *args
system "make"
system "make install"