From c15ff967043fbc499e1fa7751e29160a8150a4fd Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 21 Feb 2019 11:02:35 -0700 Subject: [PATCH] Update source-release.sh --- debian/resources/switch/source-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index 2dc74e8..58e4661 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -53,8 +53,8 @@ make hd-sounds-install hd-moh-install make cd-sounds-install cd-moh-install #move the music into music/default directory -mkdir -p /usr/local/freeswitch/sounds/music/default -mv /usr/local/freeswitch/sounds/music/*000 /usr/local/freeswitch/sounds/music/default +mkdir -p /usr/share/freeswitch/sounds/music/default +mv /usr/share/freeswitch/sounds/music/*000 /usr/share/freeswitch/sounds/music/default #return to the executing directory cd $CWD