X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Fimagebuilder%2FMakefile;h=ecb8ac7cf4af8756370046afebd21e366c7ce7f2;hb=db86872aacd230bb7de5bd4936a02e2b44ff8df9;hp=82fdab40d8e51ba24617794867e7216b5cfc6575;hpb=6bf0607246be9dcd42352024789d28d28d70fb68;p=openwrt.git diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 82fdab40d8..ecb8ac7cf4 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -58,7 +58,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean find $(STAGING_DIR_HOST)/bin -maxdepth 1 -type f -perm -u=x \ | $(XARGS) $(SCRIPT_DIR)/bundle-libraries.sh $(PKG_BUILD_DIR)/staging_dir/host/bin $(MAKE) -C $(PKG_BUILD_DIR) package_index - $(TAR) c -C $(BUILD_DIR) $(IB_NAME) | bzip2 -c > $@ + $(TAR) -cf - -C $(BUILD_DIR) $(IB_NAME) | bzip2 -c > $@ download: prepare: