From: Daniel Golle Date: Fri, 2 Oct 2015 01:21:31 +0000 (+0200) Subject: asterisk-13.x: keep conf-* sounds X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?a=commitdiff_plain;h=25215d4ca0af1f4854f1195a7768dfb7f3b531e4;p=feed%2Ftelephony.git asterisk-13.x: keep conf-* sounds conf-* sounds are not package anywhere else, thus keep them in asterisk13-sounds. Fixes #90 Signed-off-by: Daniel Golle --- diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 829ac25..bfa8c5e 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -159,7 +159,6 @@ define Package/asterisk13-sounds/install $(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/sounds/en/* $(1)/usr/lib/asterisk/sounds/ rm -f $(1)/usr/lib/asterisk/sounds/vm-* - rm -f $(1)/usr/lib/asterisk/sounds/conf-* endef ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk13-chan-dahdi),)