Update make-rpm-server

Fix typo.
This commit is contained in:
Kalila 2021-02-22 03:30:33 -05:00 committed by GitHub
parent 3d26391069
commit 0b1db1ab50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ if [ "$VIRCADIA" = "" ]; then
fi
GITDATE=`git -C $VIRCADIA/source log -n 1 --format=raw | grep author | cut -d">" -f 2 | cut -d" " -f 2 | xargs -I {} date -d @{} +"%Y%m%d"`
GITCOMMIT=`git -C $VIRCADIA/source rev-parse HEAD | cut -c 1-7`
VERSION=$RPMVERSION-$GITDATE-$GITCOMMIT
VERSION=${RPMVERSION}-${GITDATE}-${GITCOMMIT}
SOFILES=`ls \
$VIRCADIA/build/libraries/*/*.so \