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 b4538dd..f1326d4 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="2.0.11-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" |