From 198d59533dd041fc6d2e69a51c0f7cb68f49e904 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 15 May 2014 12:40:29 -0500 Subject: gst-plugins-good: set env var instead of appending --- Library/Formula/gst-plugins-good.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3