From 1cb7ea3e05f1deddb65173f39206ea5ba3250f80 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Tue, 6 Oct 2015 15:29:26 -0500 Subject: [PATCH] Fixes the source package. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c689efd8..1d2d20f4e 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ uglify: source-package: mkdir -p source_package/jitsi-meet/css && \ - cp -r analytics.js css/all.css 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 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 css/all.css source_package/jitsi-meet/css && \ (cd source_package ; tar cjf ../jitsi-meet.tar.bz2 jitsi-meet) && \ rm -rf source_package