mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
Fix whitespace
This commit is contained in:
parent
28ee7736d9
commit
9f2745ad7a
@ -43,7 +43,7 @@ DEFAULT_SOUNDS=en-us-callie-8000
|
|||||||
sounds_version=`grep $$base_sound_dir $(switch_srcdir)/build/sounds_version.txt | cut -d ' ' -f2`;\
|
sounds_version=`grep $$base_sound_dir $(switch_srcdir)/build/sounds_version.txt | cut -d ' ' -f2`;\
|
||||||
soundfile=`echo freeswitch-sounds-$$full_sound_dir-$$moh_version.tar.gz`; \
|
soundfile=`echo freeswitch-sounds-$$full_sound_dir-$$moh_version.tar.gz`; \
|
||||||
echo $$full_sound_dir | grep music >/dev/null || soundfile=`echo freeswitch-sounds-$$full_sound_dir-$$sounds_version.tar.gz`; \
|
echo $$full_sound_dir | grep music >/dev/null || soundfile=`echo freeswitch-sounds-$$full_sound_dir-$$sounds_version.tar.gz`; \
|
||||||
if [[ $@ != -l* ]] ; then \
|
if [[ $@ != -l* ]] ; then \
|
||||||
if test "$$target_prefix" = "sounds"; then \
|
if test "$$target_prefix" = "sounds"; then \
|
||||||
if test "$$target" = "install"; then \
|
if test "$$target" = "install"; then \
|
||||||
$(GETSOUNDS) $$soundfile $(DESTDIR)$(soundsdir)/;\
|
$(GETSOUNDS) $$soundfile $(DESTDIR)$(soundsdir)/;\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user