Explorar o código

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

Piraty %!s(int64=5) %!d(string=hai) anos
pai
achega
2ca28459d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build-x86-images.sh.in

+ 1 - 1
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