uwsgi: remove now unused inreplace

This commit is contained in:
Adam Vandenberg 2012-03-12 20:43:44 -07:00
parent 1f6976e2b1
commit dd66ddb8b2

View file

@ -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