1
0
Fork 0
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:
Frédéric Guillot 2020-11-03 15:14:57 -08:00
parent b8f7f44bb0
commit b539eb8575
4 changed files with 4 additions and 4 deletions

View file

@ -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"