Browse Source

mjpg-streamer: only download cambozola if it's required

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
lilik-openwrt-22.03
Oliver Middleton 9 years ago
parent
commit
4bdd6aff92
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      multimedia/mjpg-streamer/Makefile

+ 1
- 1
multimedia/mjpg-streamer/Makefile View File

@ -62,7 +62,7 @@ endef
define Build/Prepare
$(call Build/Prepare/Default)
ifeq ($(CONFIG_MJPG_STREAMER_WWW),y)
$(eval $(call Download,cambozola))
$(call Download,cambozola)
$(TAR) -xvf $(DL_DIR)/$(CAMBOZOLA) --strip=2 --wildcards \
-C $(PKG_BUILD_DIR)/www */dist/cambozola.jar
endif


Loading…
Cancel
Save