Skip to content

Commit 2ca2845

Browse files
committed
build-x86-images.sh: fix image detection for new gnome flavor
1 parent 5c0cef0 commit 2ca2845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-x86-images.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if [ -z "$IMAGE" -o "$IMAGE" = cinnamon ]; then
6868
fi
6969

7070
if [ -z "$IMAGE" -o "$IMAGE" = gnome ]; then
71-
if [ ! -e $CINNAMON_IMG ]; then
71+
if [ ! -e $GNOME_IMG ]; then
7272
./mklive.sh -a $ARCH -o $GNOME_IMG -p "$GNOME_PKGS" ${REPO} $@
7373
fi
7474
fi

0 commit comments

Comments
 (0)