From bb3bcbf7841fcefb382dfff3e958880ea799cbb0 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sat, 1 Jan 2011 17:54:26 +0100
Subject: Correcting outdated program variable.
---
functions/common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 }')"
--
cgit v1.0