Explorar o código

build-arm-images: respect musl targets.

Juan RP %!s(int64=10) %!d(string=hai) anos
pai
achega
99de4e9f93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build-arm-images.sh.in

+ 1 - 1
build-arm-images.sh.in

@@ -16,6 +16,6 @@ for f in ${PLATFORMS} x ${PLATFORMS} ; do
 		target=${f}-musl
 	fi
         if [ -z "$ARGET" -o "$TARGET" = "$target" ]; then
-		./mkrootfs.sh $@ $target && ./mkimage.sh void-${f}-rootfs-${DATE}.tar.xz && xz -T0 -9 void-${f}-${DATE}.img
+		./mkrootfs.sh $@ $target && ./mkimage.sh void-${target}-rootfs-${DATE}.tar.xz && xz -T0 -9 void-${target}-${DATE}.img
 	fi
 done