2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-02-26 19:39:19 +00:00

Fix version in lenovo apt/deb builds

This commit is contained in:
Jarrod Johnson
2019-02-13 13:40:41 -05:00
parent fc31759423
commit e472c928cd

View File

@@ -194,6 +194,7 @@ then
if ! grep -q 'Already up-to-date' $update_log; then
code_change=1
fi
ver=$(git describe --tags)
ver=${ver/-/.POST}
ver=${ver/-/.}