mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
update upstream-2021-08-15
This commit is contained in:
parent
c8653c13fa
commit
1703683def
297 changed files with 91782 additions and 54869 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