mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
image: fakeroot chokes on image names with meta chars
This commit is contained in:
parent
a0e3207846
commit
46ceb4a3f6
@ -255,8 +255,8 @@ if [ -z "$SQUASHFS_COMPRESSION" ]; then
|
|||||||
SQUASHFS_COMPRESSION="gzip"
|
SQUASHFS_COMPRESSION="gzip"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "rm -rf $TARGET_IMG/$IMAGE_NAME.system" >> $FAKEROOT_SCRIPT
|
echo "rm -rf \"$TARGET_IMG/$IMAGE_NAME.system\"" >> $FAKEROOT_SCRIPT
|
||||||
echo "$ROOT/$TOOLCHAIN/bin/mksquashfs $BUILD/image/system $TARGET_IMG/$IMAGE_NAME.system -noappend -comp $SQUASHFS_COMPRESSION" >> $FAKEROOT_SCRIPT
|
echo "$ROOT/$TOOLCHAIN/bin/mksquashfs \"$BUILD/image/system\" \"$TARGET_IMG/$IMAGE_NAME.system\" -noappend -comp $SQUASHFS_COMPRESSION" >> $FAKEROOT_SCRIPT
|
||||||
|
|
||||||
# run fakeroot
|
# run fakeroot
|
||||||
$ROOT/$TOOLCHAIN/bin/fakeroot -- $FAKEROOT_SCRIPT
|
$ROOT/$TOOLCHAIN/bin/fakeroot -- $FAKEROOT_SCRIPT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user