build-x86-images.sh: fix image detection for new gnome flavor

This commit is contained in:
Piraty 2019-10-27 17:03:48 +01:00
parent 5c0cef01da
commit 2ca28459d7

View File

@ -68,7 +68,7 @@ if [ -z "$IMAGE" -o "$IMAGE" = cinnamon ]; then
fi fi
if [ -z "$IMAGE" -o "$IMAGE" = gnome ]; then 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} $@ ./mklive.sh -a $ARCH -o $GNOME_IMG -p "$GNOME_PKGS" ${REPO} $@
fi fi
fi fi