Browse Source

pianod: Fix build/download order

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 9 years ago
parent
commit
fb0b742a3f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sound/pianod/Makefile

+ 1
- 1
sound/pianod/Makefile View File

@ -76,7 +76,7 @@ endef
define Build/Prepare
$(call Build/Prepare/Default)
ifneq ($(CONFIG_PACKAGE_pianod-client),)
$(call Download,pianod-client)
$(eval $(call Download,pianod-client))
mkdir -p $(PKG_BUILD_DIR)/pianod-client
$(TAR) -xf $(DL_DIR)/$(PIANOD_CLIENT) --strip=1 -C $(PKG_BUILD_DIR)/pianod-client
endif


Loading…
Cancel
Save