From: Serj Date: Tue, 19 Jun 2018 16:23:21 +0000 (+0000) Subject: FS-11198: [Debian] install fonts to the correct location X-Git-Tag: v1.8.1~3^2~217^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6adc30781a3e594ba38909b9b2cff8cfbf9c846;p=thirdparty%2Ffreeswitch.git FS-11198: [Debian] install fonts to the correct location --- diff --git a/debian/freeswitch.install b/debian/freeswitch.install index 1e3d17622a..b58e589b8f 100644 --- a/debian/freeswitch.install +++ b/debian/freeswitch.install @@ -1,3 +1,3 @@ /usr/bin -fonts/FreeMono.ttf /usr/share/freeswitch/fonts/FreeMono.ttf -fonts/FreeSans.ttf /usr/share/freeswitch/fonts/FreeSans.ttf \ No newline at end of file +fonts/FreeMono.ttf /usr/share/freeswitch/fonts/ +fonts/FreeSans.ttf /usr/share/freeswitch/fonts/ \ No newline at end of file