Przeglądaj źródła

imagebuilder: use FreeBSD compatible tar invocation

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 44288
Jo-Philipp Wich 11 lat temu
rodzic
commit
2adab34c20
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      target/imagebuilder/Makefile

+ 1 - 1
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: