FS-8362 #resolve Now if you install with freeswitch-all you will get the default fonts too

This commit is contained in:
William King 2015-10-20 11:21:27 -07:00
parent 600f45e576
commit ffe671f7d6
1 changed files with 1 additions and 0 deletions

1
debian/bootstrap.sh vendored
View File

@ -1007,6 +1007,7 @@ EOF
print_conf_install () {
cat <<EOF
conf/${conf} /usr/share/freeswitch/conf
/usr/share/freeswitch/fonts
EOF
}