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 <daniel@makrotopia.org>
This commit is contained in:
parent
426b108b31
commit
cb751699aa
1 changed files with 0 additions and 1 deletions
|
@ -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),)
|
||||
|
|
Loading…
Reference in a new issue