Skip to content

Commit

Permalink
php: only deparallelize install
Browse files Browse the repository at this point in the history
This is what I meant to do in the first place.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Sep 28, 2011
1 parent b952391 commit c886abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duplicates/php.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ def install
end
end

ENV.deparallelize # parallel build fails on some systems
system "make"
ENV.deparallelize # parallel install fails on some systems
system "make install"

etc.install "./php.ini-production" => "php.ini" unless File.exists? etc+"php.ini"
Expand Down

0 comments on commit c886abf

Please sign in to comment.