update source-to-package.sh

This commit is contained in:
markjcrane 2016-08-23 00:58:46 +00:00
parent c7f9dca296
commit a9b1110c93
1 changed files with 3 additions and 0 deletions

View File

@ -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/recordings/* /var/lib/freeswitch/recordings
cp -R /usr/local/freeswitch/storage/* /var/lib/freeswitch/storage cp -R /usr/local/freeswitch/storage/* /var/lib/freeswitch/storage
cp -R /usr/local/freeswitch/scripts/* /usr/share/freeswitch/scripts cp -R /usr/local/freeswitch/scripts/* /usr/share/freeswitch/scripts
mkdir -p /etc/fusionpbx
$(dirname $0)/package-release.sh
$(dirname $0)/package-systemd.sh