aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xvid.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xvid.rb b/Library/Formula/xvid.rb
index f255ad846..903315e1e 100644
--- a/Library/Formula/xvid.rb
+++ b/Library/Formula/xvid.rb
@@ -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