From e0d82b1e68e4c4eb67c5c4ee626fda7338634d6e Mon Sep 17 00:00:00 2001 From: Adam Borowski <adam.borowski@sigma.se> Date: Mon, 17 May 2021 23:00:10 +0200 Subject: [PATCH] fixup! Feature 4599 - Integration of call clearing tones into iopsys voice Updated howler audio files target path --- sounds/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sounds/Makefile b/sounds/Makefile index ee6d40a094..dcf9dac6de 100644 --- a/sounds/Makefile +++ b/sounds/Makefile @@ -175,7 +175,8 @@ dist-clean: rm -f *.tar.gz install: $(CORE_SOUND_TAGS) $(EXTRA_SOUND_TAGS) $(MOH_TAGS) - cp *.sln "$(SOUNDS_DIR)" + cp *.sln "$(SOUNDS_DIR)"/en +# path above should be fixed to actually detect somehow lang uninstall: rm -rf "$(SOUNDS_DIR)" -- GitLab