summaryrefslogtreecommitdiff
path: root/manpages/bin
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2017-08-29 14:12:33 +0200
committerRaphaël Hertzog <hertzog@debian.org>2017-08-29 14:12:33 +0200
commit3f909bf486c2303913e65b49c8d8aabb728c4bd6 (patch)
tree5e0804c7a28bfedaa038a1758ec1f8f5cf52f31c /manpages/bin
parent2fe6afe46008c50ef7d3a9b505ca5cf28c355f3c (diff)
downloadvyos-live-build-3f909bf486c2303913e65b49c8d8aabb728c4bd6.tar.gz
vyos-live-build-3f909bf486c2303913e65b49c8d8aabb728c4bd6.zip
Drop all references to live-systems.org and update copyright file
Also fix the version string in the manual pages. Closes: #859290
Diffstat (limited to 'manpages/bin')
-rwxr-xr-xmanpages/bin/update-version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh
index f1c8afdb5..d1d699429 100755
--- a/manpages/bin/update-version.sh
+++ b/manpages/bin/update-version.sh
@@ -11,7 +11,7 @@
set -e
PROGRAM="LIVE\\\-BUILD"
-VERSION="$(cat ../VERSION)"
+VERSION="$(cd .. && dpkg-parsechangelog -S Version)"
DATE="$(LC_ALL=C date +%Y\\\\-%m\\\\-%d)"