vde: follow redirect in comment

This commit is contained in:
Viktor Szakats 2017-03-16 22:58:12 +01:00 committed by FX Coudert
parent 566c49e9f0
commit bb825e2c32

View file

@ -14,7 +14,7 @@ class Vde < Formula
def install
system "./configure", "--prefix=#{prefix}"
# 2.3.1 built in parallel but 2.3.2 does not. See:
# https://sourceforge.net/tracker/?func=detail&aid=3501432&group_id=95403&atid=611248
# https://sourceforge.net/p/vde/bugs/54/
ENV.deparallelize
system "make", "install"
end