Very pedantic audit fixes
This commit is contained in:
parent
bee28257ca
commit
20a4948c83
3 changed files with 15 additions and 13 deletions
|
@ -9,7 +9,9 @@ class Libdvdread < Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--mandir=#{man}", "--with-libdvdcss"
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}",
|
||||
"--with-libdvdcss"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue