diff options
author | leot <leot@pkgsrc.org> | 2017-11-03 14:44:46 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-11-03 14:44:46 +0000 |
commit | f77437aba72b85af6f21182de027d0c860c160b4 (patch) | |
tree | 088c50b80059981c26474cfc3b8488780f844a04 /www/py-gunicorn | |
parent | 5c3a623a353fe0a085164fd8f79892b04d323270 (diff) | |
download | pkgsrc-f77437aba72b85af6f21182de027d0c860c160b4.tar.gz |
py-gunicorn: Also add bin/gunicorn_paster in ALTERNATIVES
(Accidently forgotten in the last commit, whoops!)
Diffstat (limited to 'www/py-gunicorn')
-rw-r--r-- | www/py-gunicorn/ALTERNATIVES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/py-gunicorn/ALTERNATIVES b/www/py-gunicorn/ALTERNATIVES index 22a4220be07..338deea4067 100644 --- a/www/py-gunicorn/ALTERNATIVES +++ b/www/py-gunicorn/ALTERNATIVES @@ -1 +1,2 @@ bin/gunicorn @PREFIX@/bin/gunicorn-@PYVERSSUFFIX@ +bin/gunicorn_paster @PREFIX@/bin/gunicorn_paster-@PYVERSSUFFIX@ |