Add source-to-package.sh

This commit is contained in:
markjcrane 2016-08-23 00:52:24 +00:00
parent 5c44ea5580
commit c7f9dca296
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#move source files to package directories
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