From d6adc30781a3e594ba38909b9b2cff8cfbf9c846 Mon Sep 17 00:00:00 2001 From: Serj Date: Tue, 19 Jun 2018 16:23:21 +0000 Subject: [PATCH] FS-11198: [Debian] install fonts to the correct location --- debian/freeswitch.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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