From f9f9cfda9b5fd641237a45851dee4299dc528d06 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 30 Mar 2020 18:25:22 +0800 Subject: [PATCH] Refine cherrypy install script --- trunk/auto/depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/auto/depends.sh b/trunk/auto/depends.sh index 01d2aaf5a..84b3d152f 100755 --- a/trunk/auto/depends.sh +++ b/trunk/auto/depends.sh @@ -461,7 +461,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then ( rm -rf ${SRS_OBJS}/CherryPy-3.2.4 && cd ${SRS_OBJS}/${SRS_PLATFORM} && unzip -q ../../3rdparty/CherryPy-3.2.4.zip && cd CherryPy-3.2.4 && - python setup.py install --user + python setup.py install --user --prefix='' ) fi # check status