mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: meson: fix meson dist version
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/516>
This commit is contained in:
parent
f4bce0bb98
commit
a82e019de9
3 changed files with 12 additions and 0 deletions
8
scripts/save-tarball-version.sh
Executable file
8
scripts/save-tarball-version.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "x${1}" == "x" ]; then
|
||||
echo "Package version must be specified to generate tarball version"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "${1}" > "$MESON_DIST_ROOT/.tarball-version"
|
||||
Loading…
Add table
Add a link
Reference in a new issue