Skip to content

Commit 9d6b136

Browse files
committed
.
1 parent c290140 commit 9d6b136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ make_image() {
9292
losetup -d ${LOOP_DEV} 2>/dev/null
9393

9494
# Compress build IMG and move the file
95-
xz -9 > "${OUT_DIR}/${IMG_FILENAME}.xz"
95+
xz -9 ${IMG_FILENAME} > "${OUT_DIR}/${IMG_FILENAME}.xz"
9696
}
9797

9898
cd ${WORKING_DIR}

0 commit comments

Comments
 (0)