diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/installer_debian-installer | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index 3b615b0c2..6936666b6 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -230,11 +230,11 @@ DESTDIR_GI="${DESTDIR}/gtk" DAILY_DI_URL="https://d-i.debian.org/daily-images/${LB_ARCHITECTURE}/daily" case "${LB_DERIVATIVE}" in - false) + true) if [ "${LB_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ] then - # FIXME: variable name should be decupled from derivatves - LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="sid" + # FIXME: variable name should be decoupled from derivatives + LB_DEBIAN_INSTALLER_DISTRIBUTION="sid" URL="${DAILY_DI_URL}" else @@ -242,7 +242,7 @@ case "${LB_DERIVATIVE}" in fi ;; - true) + false) if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ] then LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="sid" |