asterisk-13.x: keep conf-* sounds
authorDaniel Golle <daniel@makrotopia.org>
Fri, 2 Oct 2015 01:21:31 +0000 (03:21 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 2 Oct 2015 01:21:31 +0000 (03:21 +0200)
conf-* sounds are not package anywhere else, thus keep them in
asterisk13-sounds.

Fixes #90

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/asterisk-13.x/Makefile

index 829ac25800a9f8fd0ea251f69a887b5bc2b07afc..bfa8c5e286b1a5413769f9174fd6cae45fdc49cf 100644 (file)
@@ -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),)