mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 21:43:13 +02:00
Update make-rpm-server
Fix typo.
This commit is contained in:
parent
3d26391069
commit
0b1db1ab50
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if [ "$VIRCADIA" = "" ]; then
|
||||||
fi
|
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"`
|
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`
|
GITCOMMIT=`git -C $VIRCADIA/source rev-parse HEAD | cut -c 1-7`
|
||||||
VERSION=$RPMVERSION-$GITDATE-$GITCOMMIT
|
VERSION=${RPMVERSION}-${GITDATE}-${GITCOMMIT}
|
||||||
|
|
||||||
SOFILES=`ls \
|
SOFILES=`ls \
|
||||||
$VIRCADIA/build/libraries/*/*.so \
|
$VIRCADIA/build/libraries/*/*.so \
|
||||||
|
|
Loading…
Reference in a new issue