summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2008-09-27 22:45:13 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:42 +0100
commitbb97c59eb7ea4c4870b2f77d4dfbb2530ac874c4 (patch)
tree1106105f4747acaadd6b1c313e34131e638ee99e /helpers
parent7bc94cef9913d97361a565e505cb1628349783a6 (diff)
downloadlive-build-bb97c59eb7ea4c4870b2f77d4dfbb2530ac874c4.zip
live-build-bb97c59eb7ea4c4870b2f77d4dfbb2530ac874c4.tar.gz
Install appropriate tasksel program.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_source_debian5
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian
index fdcbb2d..63c33c3 100755
--- a/helpers/lh_source_debian
+++ b/helpers/lh_source_debian
@@ -92,6 +92,11 @@ EOF
;;
esac
+if [ -n "${LH_TASKS}" ]
+then
+ echo "${LH_TASKSEL}" >> source-selection.txt
+fi
+
MISSING=""
grep . source-selection.txt | \