diff options
Diffstat (limited to 'packaging/standalone')
| -rw-r--r-- | packaging/standalone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile index 578ed57345..b86af40ca6 100644 --- a/packaging/standalone/Makefile +++ b/packaging/standalone/Makefile @@ -94,7 +94,8 @@ dist: cd $(TARGET_DIR)/release && \ find $(TARGET_DIR) -print0 | LC_COLLATE=C sort -z | \ - xargs -0 tar -cnf - | xz > $(CURDIR)/$(TARGET_TARBALL).tar.xz + xargs -0 tar --no-recursion -cf - | \ + xz > $(CURDIR)/$(TARGET_TARBALL).tar.xz if test "$(PACKAGES_DIR)"; then \ mkdir -p "$(PACKAGES_DIR)"; \ |
