summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2019-08-29 10:08:29 +0100
committerFrediano Ziglio <freddy77@gmail.com>2022-03-06 14:53:33 +0000
commitc76e95f2139bfde309bc0bc678ba3ce00fbfd57f (patch)
treea26636ae1ce6ec2efb039dfd8e97027203df3cb6
parent86dff9958972f544595e2f1fd269730707d6d8ae (diff)
Fix some Meson issuestreaming
-rwxr-xr-xbuild-aux/meson-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/meson-dist b/build-aux/meson-dist
index ae6b591..0d8a99d 100755
--- a/build-aux/meson-dist
+++ b/build-aux/meson-dist
@@ -20,6 +20,9 @@ echo "$1" > "$MESON_DIST_ROOT/.tarball-version"
subprojects/spice-common/common/recorder/recorder_ring.[ch] | \
tar cf - -T -) | (cd "$MESON_DIST_ROOT" && exec tar xf -)
+find "$MESON_DIST_ROOT/subprojects" -name '*.spec' -delete
+find "$MESON_DIST_ROOT/subprojects" -name '.git' -delete
+
# generate THANKS file
{
echo "The spice-gtk team would like to thank the following contributors:"