diff options
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-x | functions/common.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/common.sh b/functions/common.sh index 75f4ae784..98c8cfaee 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -1,15 +1,15 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2011 Daniel Baumann <daniel@debian.org> +## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> ## ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it ## under certain conditions; see COPYING for details. -PROGRAM="live-build" -VERSION="2.0.12-1" +PACKAGE="live-build" +VERSION="3.0~a1-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |