diff options
| author | Adam Vandenberg | 2012-03-12 20:43:44 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-12 20:43:44 -0700 |
| commit | 545fc4094f76418add47aace44ca025efdcac79c (patch) | |
| tree | 001f5ae6869f162bb764497b973bdf90906e1840 /Library/Formula/uwsgi.rb | |
| parent | f58cd294bedce0cb0144a4bac2377ba683fcc2d4 (diff) | |
| download | homebrew-545fc4094f76418add47aace44ca025efdcac79c.tar.bz2 | |
uwsgi: remove now unused inreplace
Diffstat (limited to 'Library/Formula/uwsgi.rb')
| -rw-r--r-- | Library/Formula/uwsgi.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
