]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8576 resolving issue where fonts and images were installed in all of the conf...
authorWilliam King <william.king@quentustech.com>
Thu, 26 Nov 2015 00:04:45 +0000 (16:04 -0800)
committerWilliam King <william.king@quentustech.com>
Thu, 26 Nov 2015 00:04:45 +0000 (16:04 -0800)
debian/bootstrap.sh

index 2162d50ce4e284d4d62deeff4981fe13c2b69908..f94ac569002d3c17918c6b1506feab27f5bdbe0a 100755 (executable)
@@ -1008,8 +1008,6 @@ EOF
 print_conf_install () {
   cat <<EOF
 conf/${conf} /usr/share/freeswitch/conf
-/usr/share/freeswitch/fonts
-/var/lib/freeswitch/images
 EOF
 }
 
@@ -1346,6 +1344,10 @@ grep -e '^Package:' control | grep -v '^freeswitch-all$' | while xread l; do
   m="${l#*: }"
   conf_merge freeswitch-all.install $m.install
 done
+
+echo "/usr/share/freeswitch/fonts" >> freeswitch-all.install
+echo "/var/lib/freeswitch/images" >> freeswitch-all.install
+
 for x in postinst postrm preinst prerm; do
   cp -a freeswitch.$x freeswitch-all.$x
 done