From 29fe53e21b4b02a2297a4d4db3ca350fac38bcd6 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 22 Mar 2014 23:10:02 +0800 Subject: [PATCH] fix bug of build cherrypy --- trunk/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/configure b/trunk/configure index 50579e951..c2dfb4ab0 100755 --- a/trunk/configure +++ b/trunk/configure @@ -223,7 +223,7 @@ install-demo: install @mkdir -p \$(SRS_PREFIX)/research/api-server @cp research/api-server/server.py \$(SRS_PREFIX)/research/api-server @mkdir -p \$(SRS_PREFIX)/objs/ffmpeg/bin - @cp research/objs/ffmpeg/bin/ffmpeg \$(SRS_PREFIX)/objs/ffmpeg/bin + @cp objs/ffmpeg/bin/ffmpeg \$(SRS_PREFIX)/objs/ffmpeg/bin @echo "copy html files" @mkdir -p \$(SRS_PREFIX)/research/api-server/static-dir/players @cp research/api-server/static-dir/crossdomain.xml \$(SRS_PREFIX)/research/api-server/static-dir