doc: fix theme font compression in deb packages

This commit is contained in:
Maxime Besson 2020-06-01 11:51:33 +02:00
parent 8f38386b80
commit f007ba44f3
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -54,7 +54,7 @@ override_dh_auto_install:
done
override_dh_compress:
dh_compress -X favicon.ico
dh_compress -X favicon.ico -X .woff2 -X .ttf
# Fix lemonldap-ng dirs permissions and owner since dh_fixperms change them:
# * global configuration dirs must be writable by www-data but not readable