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