fully regenerate these things when ran

This commit is contained in:
Ken Rice 2014-09-12 02:33:01 +04:00
parent 6b86e62a65
commit d0e203a6cd
2 changed files with 3 additions and 2 deletions

View File

@ -19,11 +19,12 @@ if [ ! -d "$basedir/../freeswitch-sounds" ]; then
git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git
else
cd $basedir/../freeswitch-sounds
git clean -fdx
git pull
fi
cd $basedir/../freeswitch-sounds/sounds/trunk
# perl dist.pl
./dist.pl en/us/callie
mv freeswitch-sounds-en-us-callie-*.tar.gz $basedir/rpmbuild/SOURCES

View File

@ -23,7 +23,7 @@ else
fi
cd $basedir/../freeswitch-sounds/sounds/trunk
./dist.pl music
mv freeswitch-sounds-music-*.tar.gz $basedir/rpmbuild/SOURCES
cd $basedir