From 545fc4094f76418add47aace44ca025efdcac79c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 12 Mar 2012 20:43:44 -0700 Subject: uwsgi: remove now unused inreplace --- Library/Formula/uwsgi.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index 110f58a5d..6274c8324 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -15,8 +15,6 @@ class Uwsgi < Formula ENV.append 'CFLAGS', flags ENV.append 'LDFLAGS', flags - inreplace 'uwsgiconfig.py', "PYLIB_PATH = ''", "PYLIB_PATH = '#{%x[python-config --ldflags].chomp[/-L(.*?) -l/, 1]}'" - system "python uwsgiconfig.py --build" bin.install "uwsgi" end -- cgit v1.2.3