We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0005c56 commit 57d9d4aCopy full SHA for 57d9d4a
scripts/prepare_dist_from_bzr.sh
@@ -85,7 +85,7 @@ $SEVENZA a -t7z "$DEST_DIR/$SRC_DIR".7z "$SRC_DIR" >/dev/null \
85
& $SEVENZA a -tzip "$DEST_DIR/$SRC_DIR".zip "$SRC_DIR" >/dev/null
86
87
TAR_FILE="$SRC_DIR".tar
88
-$TAR -c --format=posix -f "$TAR_FILE" "$SRC_DIR"
+$TAR -c --format=posix --numeric-owner --owner=0 --group=0 -f "$TAR_FILE" "$SRC_DIR"
89
90
$XZ -e -c "$TAR_FILE" >"$DEST_DIR/$TAR_FILE".xz \
91
& $BZIP2 -9 -c "$TAR_FILE" >"$DEST_DIR/$TAR_FILE".bz2 \
0 commit comments