gst-plugins-good: set env var instead of appending

This commit is contained in:
Jack Nagel 2014-05-15 12:40:29 -05:00
parent d99d790a57
commit 37afc42c30

View file

@ -62,7 +62,7 @@ class GstPluginsGood < Formula
end
if build.head?
ENV.append "NOCONFIGURE", "yes"
ENV["NOCONFIGURE"] = "yes"
system "./autogen.sh"
end