mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 12:12:48 +00:00
Adjust Debian version detection to just parse meson.build
This commit is contained in:
parent
9bb940d40d
commit
b4208bb577
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
#build deb packages
|
||||
VERSION=`git describe --abbrev=0 --tags`
|
||||
VERSION=`head meson.build | sed "/version :/!d; /meson/d; s/,//; s/'//g;" | awk -F ':' '{print $2}'`
|
||||
rm -rf build/
|
||||
mkdir -p build && pushd build
|
||||
ln -s ../* .
|
||||
|
Loading…
Reference in New Issue
Block a user