File: save-tarball-version.sh

package info (click to toggle)
pulseaudio 16.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,888 kB
  • sloc: ansic: 155,893; sh: 1,042; python: 789; cpp: 431; perl: 166; xml: 84; makefile: 70
file content (8 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
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"