From a9b1110c93a400b404824a9cbdb93e02334decbb Mon Sep 17 00:00:00 2001 From: markjcrane Date: Tue, 23 Aug 2016 00:58:46 +0000 Subject: [PATCH] update source-to-package.sh --- debian/resources/switch/source-to-package.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/resources/switch/source-to-package.sh b/debian/resources/switch/source-to-package.sh index 706550c..07a827f 100755 --- a/debian/resources/switch/source-to-package.sh +++ b/debian/resources/switch/source-to-package.sh @@ -3,3 +3,6 @@ cp -R /usr/local/freeswitch/conf /etc/freeswitch cp -R /usr/local/freeswitch/recordings/* /var/lib/freeswitch/recordings cp -R /usr/local/freeswitch/storage/* /var/lib/freeswitch/storage cp -R /usr/local/freeswitch/scripts/* /usr/share/freeswitch/scripts +mkdir -p /etc/fusionpbx +$(dirname $0)/package-release.sh +$(dirname $0)/package-systemd.sh