Author: jow Date: 2015-02-06 01:27:06 +0100 (Fri, 06 Feb 2015) New Revision: 44288
Modified: trunk/target/imagebuilder/Makefile Log: imagebuilder: use FreeBSD compatible tar invocation Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/target/imagebuilder/Makefile =================================================================== --- trunk/target/imagebuilder/Makefile 2015-02-06 00:00:51 UTC (rev 44287) +++ trunk/target/imagebuilder/Makefile 2015-02-06 00:27:06 UTC (rev 44288) @@ -58,7 +58,7 @@ 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: _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
