From 70f6fc7a7a00d1c789e8aafb852204f6c41972ed Mon Sep 17 00:00:00 2001 From: Matthew Bowra-Dean Date: Sat, 9 Oct 2010 22:26:17 +1300 Subject: [PATCH] Removed git describe from checkout-and-build.sh --- packaging/checkout-and-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/checkout-and-build.sh b/packaging/checkout-and-build.sh index 0234461c8b..3de3822ea5 100755 --- a/packaging/checkout-and-build.sh +++ b/packaging/checkout-and-build.sh @@ -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