Skip to content

Commit

Permalink
pianod: Fix client build on buildbot
Browse files Browse the repository at this point in the history
Signed-off-by: Ted Hess <[email protected]>
  • Loading branch information
thess committed Mar 25, 2015
1 parent 368c113 commit 8aa5931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pianod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endef

define Build/Prepare
$(call Build/Prepare/Default)
ifeq ($(CONFIG_PACKAGE_pianod-client),y)
ifneq ($(CONFIG_PACKAGE_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
Expand Down

0 comments on commit 8aa5931

Please sign in to comment.