aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-plugins-good.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb
index ecbb5e00b..f9f948973 100644
--- a/Library/Formula/gst-plugins-good.rb
+++ b/Library/Formula/gst-plugins-good.rb
@@ -62,7 +62,7 @@ class GstPluginsGood < Formula
end
if build.head?
- ENV.append "NOCONFIGURE", "yes"
+ ENV["NOCONFIGURE"] = "yes"
system "./autogen.sh"
end