diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rwxr-xr-x | functions/common.sh | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -40,7 +40,7 @@ build: install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live/build - cp -r cgi data examples functions scripts includes package-lists templates $(DESTDIR)/usr/share/live/build + cp -r cgi data examples functions scripts includes package-lists templates VERSION $(DESTDIR)/usr/share/live/build cp -r share/* $(DESTDIR)/usr/share/live/build # Installing executables @@ -1 +1 @@ -3.0~a28 +3.0~a28-1 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}" |