Skip to content

Commit

Permalink
added support of static directory in debian install and Makefile for …
Browse files Browse the repository at this point in the history
…source package
  • Loading branch information
Aaron van Meerten authored and damencho committed Mar 21, 2017
1 parent dc2bae4 commit afc9680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deploy-local:

source-package:
mkdir -p source_package/jitsi-meet/css && \
cp -r *.js *.html connection_optimization favicon.ico fonts images libs sounds LICENSE lang source_package/jitsi-meet && \
cp -r *.js *.html connection_optimization favicon.ico fonts images libs static sounds LICENSE 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
1 change: 1 addition & 0 deletions debian/jitsi-meet-web.install
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ logging_config.js /usr/share/jitsi-meet/
*.html /usr/share/jitsi-meet/
*.ico /usr/share/jitsi-meet/
libs /usr/share/jitsi-meet/
static /usr/share/jitsi-meet/
css/all.css /usr/share/jitsi-meet/css/
sounds /usr/share/jitsi-meet/
fonts /usr/share/jitsi-meet/
Expand Down

0 comments on commit afc9680

Please sign in to comment.