From 3958d8b347bf966100dadefe2bf8f15905c66110 Mon Sep 17 00:00:00 2001 From: turint Date: Mon, 7 Jul 2014 15:30:52 +0300 Subject: [PATCH] added rule for webroot populating through install & rules --- debian/install | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/install b/debian/install index b7e674a4a..a9db9170c 100644 --- a/debian/install +++ b/debian/install @@ -1 +1,2 @@ +* /usr/share/jitsi-meet/ debian/usr/share/* /usr/share/ diff --git a/debian/rules b/debian/rules index b760bee7f..7bda609c0 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,6 @@ #export DH_VERBOSE=1 %: + dh_install -Xdebian -Xdoc -XINSTALL.md -XLICENSE -XREADME.md usr/share/jitsi-meet/ + dh $@