diff options
-rwxr-xr-x | functions/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh index 88c51c1f1..be5bcd03b 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -8,7 +8,7 @@ ## under certain conditions; see COPYING for details. -PACKAGE="live-build" +PROGRAM="live-build" VERSION="3.0~a10-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" |