parent
5a085185bf
commit
99c8b02536
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@ class Xvid < Formula
|
|||
def install
|
||||
cd 'build/generic' do
|
||||
system "./configure", "--disable-assembly", "--prefix=#{prefix}"
|
||||
ENV.j1 # Or make fails
|
||||
system "make"
|
||||
ENV.j1 # Or install sometimes fails
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue