From 81ac25a933b980974f09f07762a80f3a6b4c2c02 Mon Sep 17 00:00:00 2001 From: milisarge Date: Sun, 19 Mar 2017 03:14:46 +0200 Subject: [PATCH] gunicorn.paketlendi --- talimatname/genel/gunicorn/talimat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/talimatname/genel/gunicorn/talimat b/talimatname/genel/gunicorn/talimat index cfeffbc3d..bc31fe870 100644 --- a/talimatname/genel/gunicorn/talimat +++ b/talimatname/genel/gunicorn/talimat @@ -11,8 +11,9 @@ source=(https://github.com/benoitc/${name}/archive/${version}.tar.gz) build() { cd "${name}-${version}" - python setup.py install --root="${PKG}" --prefix=/usr --optimize=1 python3 setup.py install --root="${PKG}" --prefix=/usr --optimize=1 + mv "${PKG}/usr/bin/gunicorn" "${PKG}/usr/bin/gunicorn3" + python setup.py install --root="${PKG}" --prefix=/usr --optimize=1 rm -r "${PKG}/usr/bin/gunicorn_paster" }