build-x86-images.sh: fix image detection for new gnome flavor
This commit is contained in:
parent
5c0cef01da
commit
2ca28459d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user