From 9a94a6d6d99eb0bb9c32b0ec2fb22932442f66d4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Aug 2011 21:19:44 +0200 Subject: Using global version file rather than using copied information in functions/common.sh. --- functions/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/common.sh b/functions/common.sh index b410cfcd5..327020abc 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="live-build" -VERSION="3.0~a28-1" +VERSION="$(cat ${LB_BASE}VERSION)" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" -- cgit v1.2.3