summaryrefslogtreecommitdiff
path: root/helpers/lh_source_tar
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:17 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:05:17 +0200
commitfdd30ecebff6c2f2f6965774d182d9210e6d46c4 (patch)
treecd4a159a86207401dbd5990bc0fa3c28825ab6f8 /helpers/lh_source_tar
parentc026e68cd0694cc7564405f570f75855799b952a (diff)
downloadvyos-live-build-fdd30ecebff6c2f2f6965774d182d9210e6d46c4.tar.gz
vyos-live-build-fdd30ecebff6c2f2f6965774d182d9210e6d46c4.zip
Adding live-helper 1.0~a22-1.
Diffstat (limited to 'helpers/lh_source_tar')
-rwxr-xr-xhelpers/lh_source_tar4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_source_tar b/helpers/lh_source_tar
index 51170a33e..5a4d018fe 100755
--- a/helpers/lh_source_tar
+++ b/helpers/lh_source_tar
@@ -32,12 +32,12 @@ Read_conffile config/binary
Read_conffile config/source
Set_defaults
-if [ "${LIVE_SOURCE}" != "enabled" ]
+if [ "${LH_SOURCE}" != "enabled" ]
then
exit 0
fi
-if ! echo "${LIVE_SOURCE_IMAGES}" | grep -qs tar
+if ! echo "${LH_SOURCE_IMAGES}" | grep -qs tar
then
exit 0
fi