Fix name of generated images on armel/armhf

debian-cd
Raphaël Hertzog 10 years ago
parent da1941d529
commit d18e80f0df

@ -14,7 +14,8 @@ case "$HOST_ARCH" in
;;
armel|armhf)
KALI_ARCHES="$HOST_ARCH"
IMAGE_TEMPLATE="live-image-ARCH.img"
IMAGE_TEMPLATE="live-image-ARCH"
IMAGE_EXT="img"
;;
*)
echo "ERROR: $HOST_ARCH build is not supported"

Loading…
Cancel
Save