diff options
| author | Sven Pietack | 2015-04-23 16:51:21 +0000 |
|---|---|---|
| committer | Sven Pietack | 2015-04-23 16:51:21 +0000 |
| commit | dcdfff8641c7a91f8609e472b9cadadc09d66d5c (patch) | |
| tree | 131c4b6923a65b56aa73b23905b493a8dadb714c | |
| parent | 7090716d6da27a2a532fc7c73a42d4052eba197f (diff) | |
| download | telephony-dcdfff8641c7a91f8609e472b9cadadc09d66d5c.tar.gz | |
Asterisk13.x: Add missing soundfiles
Add the missing soundfiles in English...
Signed-off-by: Sven Pietack redfox1977@users.noreply.github.com
| -rw-r--r-- | net/asterisk-13.x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 1dda65f..0174ca1 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -265,6 +265,7 @@ define Build/InstallDev endef $(eval $(call BuildPackage,asterisk13)) +$(eval $(call BuildPackage,asterisk13-sounds)) ################################ # AST modules |