X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Fimagebuilder%2FMakefile;fp=target%2Fimagebuilder%2FMakefile;h=ecb8ac7cf4af8756370046afebd21e366c7ce7f2;hp=82fdab40d8e51ba24617794867e7216b5cfc6575;hb=86cbdcdf97e7da0bfc74efaa7540c3efc8155c3b;hpb=2177b681c11fa0c53d5977d2f09dec121dc2d170 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: