Removed git describe from checkout-and-build.sh

This commit is contained in:
Matthew Bowra-Dean
2010-10-09 22:26:17 +13:00
parent 11f6a8b945
commit 70f6fc7a7a

View File

@@ -53,7 +53,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
git describe --tags > "VERSION"
echo $TAG > "VERSION"
msg "\E[32m" "Starting make..."
make prefix=/usr DESTDIR=../built install