diff --git a/Makefile.am b/Makefile.am index 8928a0bfa1..b19f124f44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,9 +17,11 @@ DEFAULT_SOUNDS=en-us-callie-8000 target_prefix=`echo $@ | sed -e 's|-.*$$||'`; \ sound_perfix=`echo $@ | sed -e 's|-.*||'`; \ sounds_version=`cat build/sounds_version.txt`;\ + moh_version=`cat build/moh_version.txt`;\ full_sound_dir=`echo $@ | sed -e 's|^sounds||' | sed -e 's|^-||' | sed -e 's|-install$$||'`; \ test ! -z $$full_sound_dir || full_sound_dir=`echo $(DEFAULT_SOUNDS)`; \ - soundfile=`echo freeswitch-sounds-$$full_sound_dir-$$sounds_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`; \ if test "$$target" = "install"; then $(MAKE) $(AM_MAKEFLAGS) core_install; else $(MAKE) $(AM_MAKEFLAGS) core ; fi; \ if test "$$target_prefix" = "sounds"; then \ if test "$$target" = "install"; then $(GETSOUNDS) $$soundfile $(DESTDIR)$(PREFIX)/sounds/; else $(GETSOUNDS) $$soundfile ; fi; \ diff --git a/build/moh_version.txt b/build/moh_version.txt new file mode 100644 index 0000000000..b0f3d96f87 --- /dev/null +++ b/build/moh_version.txt @@ -0,0 +1 @@ +1.0.8