Browse Source

added rule for webroot populating through install & rules

j8
turint 11 years ago
parent
commit
3958d8b347
2 changed files with 3 additions and 0 deletions
  1. 1
    0
      debian/install
  2. 2
    0
      debian/rules

+ 1
- 0
debian/install View File

@@ -1 +1,2 @@
1
+*				/usr/share/jitsi-meet/
1 2
 debian/usr/share/*		/usr/share/

+ 2
- 0
debian/rules View File

@@ -10,4 +10,6 @@
10 10
 #export DH_VERBOSE=1
11 11
 
12 12
 %:
13
+	dh_install -Xdebian -Xdoc -XINSTALL.md -XLICENSE -XREADME.md usr/share/jitsi-meet/
14
+
13 15
 	dh $@ 

Loading…
Cancel
Save