diff options
Diffstat (limited to 'scripts/build/source_debian')
-rwxr-xr-x | scripts/build/source_debian | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/source_debian b/scripts/build/source_debian index 5e37edbca..21d4a3e5a 100755 --- a/scripts/build/source_debian +++ b/scripts/build/source_debian @@ -98,11 +98,6 @@ case "${LB_ARCHITECTURES}" in ;; esac -if [ -n "${LB_TASKS}" ] -then - echo "${LB_TASKSEL}" >> source-selection.txt -fi - # Make a clean directory to download the packages to. # We need to set the ownership to user `_apt` to give write access to the apt user, # otherwise we get a lot of warnings from apt about downloading as root. |