From 1eec06bd856f57a88ddcaebdcfd47c6c27ff846a Mon Sep 17 00:00:00 2001 From: William King Date: Wed, 25 Nov 2015 16:04:45 -0800 Subject: [PATCH] FS-8576 resolving issue where fonts and images were installed in all of the conf packages. --- debian/bootstrap.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 2162d50ce4..f94ac56900 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -1008,8 +1008,6 @@ EOF print_conf_install () { cat <> 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