From ca31bb935b6509d44079c4596f24221295f7f85d Mon Sep 17 00:00:00 2001 From: Etienne CHAMPETIER Date: Tue, 26 Apr 2016 13:50:28 +0200 Subject: [PATCH] Fix "make source-package" Signed-off-by: Etienne CHAMPETIER --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afd026632..617a110ca 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ uglify: source-package: mkdir -p source_package/jitsi-meet/css && \ - cp -r analytics.js external_api.js favicon.ico fonts images index.html interface_config.js libs plugin.*html sounds title.html unsupported_browser.html LICENSE config.js lang source_package/jitsi-meet && \ + cp -r *.js connection_optimization favicon.ico fonts images index.html libs plugin.*html sounds title.html unsupported_browser.html LICENSE lang source_package/jitsi-meet && \ cp css/all.css source_package/jitsi-meet/css && \ cp css/unsupported_browser.css source_package/jitsi-meet/css && \ (cd source_package ; tar cjf ../jitsi-meet.tar.bz2 jitsi-meet) && \