Update some stuff, now everything must work

This commit is contained in:
Nikolai Rodionov
2023-01-18 13:28:57 +01:00
parent ce0a54a08b
commit 18fd9d827b
6 changed files with 56 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
echo 'renaming clin to clin-$VERSION-$SYSTEM format'
mkdir -p release
echo "version - $clin_VERSION"
echo "version - $CLIN_VERSION"
for BUILD in build*; do
SYSTEM=$(echo $BUILD | sed -e 's/build-//g')
echo "system - $SYSTEM"