don't enable sdk by default - assume that if they have buildroot they'll use buildroot
[openwrt.git] / package / asterisk / Makefile
index 169e391..f42d6f8 100644 (file)
@@ -167,6 +167,8 @@ $(PKG_SOUNDS): asterisk-compile
        $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_SOUNDS_DIR) control/$(PKG_NAME)-sounds.control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
        mkdir -p $(PKG_SOUNDS_DIR)/usr/lib/asterisk/sounds
        cp -a $(PKG_BUILD_DIR)/sounds/* $(PKG_SOUNDS_DIR)/usr/lib/asterisk/sounds/
+       rm -f $(PKG_SOUNDS_DIR)/usr/lib/asterisk/sounds/*.mp3
+       rm -f $(PKG_SOUNDS_DIR)/usr/lib/asterisk/sounds/vm-*
        mkdir -p $(PACKAGE_DIR)
        $(IPKG_BUILD) $(PKG_SOUNDS_DIR) $(PACKAGE_DIR)
 
This page took 0.022113 seconds and 4 git commands to generate.