From f127f1ac73f050e23b41c41b6cc745784a4e8556 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 5 Jun 2015 10:39:46 +0200 Subject: [PATCH] Remove duplicated code leftover in the previous desktop-next changeset --- live-build/auto/build | 8 -------- 1 file changed, 8 deletions(-) diff --git a/live-build/auto/build b/live-build/auto/build index 5a19d484..97523cb6 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -349,14 +349,6 @@ case $PROJECT:$SUBPROJECT in ;; esac -if [ "$PROJECT" = "ubuntu-desktop-next" ] && [ "$SUBPROJECT" = "system-image" ]; then - LB_LINUX_FLAVOURS=none - - # rename to have the right prefix etc - mv device.tar.gz "$PREFIX.device.tar.gz" - -fi - for FLAVOUR in $LB_LINUX_FLAVOURS; do if [ -z "$LB_LINUX_FLAVOURS" ] || [ "$LB_LINUX_FLAVOURS" = "none" ]; then continue