fully regenerate these things when ran
This commit is contained in:
parent
6b86e62a65
commit
d0e203a6cd
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue