diff options
-rw-r--r-- | package/asterisk/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index 87f926cf2..70baefbd9 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -131,9 +131,6 @@ post-build: cd ${WRKBUILD}/sounds ; \ tar xzf asterisk-core-sounds-en-gsm-1.4.19.tar.gz ; \ rm asterisk-core-sounds-en-gsm-1.4.19.tar.gz - @echo - @echo "---> have to install ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} <---" - @echo do-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} $(CP) $(WRKINST)/* $(IDIR_ASTERISK) |