From 2ca28459d70cb5b928ba3f0d8af9bc02b130236c Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 27 Oct 2019 17:03:48 +0100 Subject: [PATCH] build-x86-images.sh: fix image detection for new gnome flavor --- build-x86-images.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-x86-images.sh.in b/build-x86-images.sh.in index 7a34856..6f08673 100644 --- a/build-x86-images.sh.in +++ b/build-x86-images.sh.in @@ -68,7 +68,7 @@ if [ -z "$IMAGE" -o "$IMAGE" = cinnamon ]; then fi if [ -z "$IMAGE" -o "$IMAGE" = gnome ]; then - if [ ! -e $CINNAMON_IMG ]; then + if [ ! -e $GNOME_IMG ]; then ./mklive.sh -a $ARCH -o $GNOME_IMG -p "$GNOME_PKGS" ${REPO} $@ fi fi