mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Fix auto-generated version (git describe)
This commit is contained in:
parent
b8f7f44bb0
commit
b539eb8575
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PKG_ARCH=`dpkg --print-architecture`
|
||||
PKG_DATE=`date -R`
|
||||
PKG_VERSION=`cd /src && git describe --abbrev=0`
|
||||
PKG_VERSION=`cd /src && git describe --tags --abbrev=0`
|
||||
|
||||
echo "PKG_VERSION=$PKG_VERSION"
|
||||
echo "PKG_ARCH=$PKG_ARCH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue