Add source-to-package.sh
This commit is contained in:
parent
5c44ea5580
commit
c7f9dca296
|
|
@ -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
|
||||||
Loading…
Reference in New Issue