summaryrefslogtreecommitdiff
path: root/util/meson_aux/skeletonmm-tarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/meson_aux/skeletonmm-tarball.sh')
-rwxr-xr-xutil/meson_aux/skeletonmm-tarball.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/meson_aux/skeletonmm-tarball.sh b/util/meson_aux/skeletonmm-tarball.sh
index c36f126..ff50bc5 100755
--- a/util/meson_aux/skeletonmm-tarball.sh
+++ b/util/meson_aux/skeletonmm-tarball.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/sh -e
# External command, intended to be called with custom_target() in meson.build
@@ -10,7 +10,7 @@ shift; shift
# These options don't contain filenames, and thus no spaces that
# must be preserved in the call to tar.
-tar_options="--create --dereference --old-archive --file=-"
+tar_options="-chof -"
case "$output_file" in
*.xz)