mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
pianod: Fix build/download order
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -76,7 +76,7 @@ endef
|
|||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
ifneq ($(CONFIG_PACKAGE_pianod-client),)
|
ifneq ($(CONFIG_PACKAGE_pianod-client),)
|
||||||
$(call Download,pianod-client)
|
$(eval $(call Download,pianod-client))
|
||||||
mkdir -p $(PKG_BUILD_DIR)/pianod-client
|
mkdir -p $(PKG_BUILD_DIR)/pianod-client
|
||||||
$(TAR) -xf $(DL_DIR)/$(PIANOD_CLIENT) --strip=1 -C $(PKG_BUILD_DIR)/pianod-client
|
$(TAR) -xf $(DL_DIR)/$(PIANOD_CLIENT) --strip=1 -C $(PKG_BUILD_DIR)/pianod-client
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user