From e5be8a023ffcfa6e00cd59e852de931cc019a85b Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Sun, 3 Nov 2024 16:26:07 +0100 Subject: [PATCH] typo-- --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c9db257..ec4500f 100755 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ fi mv -v "$OUTPUT/debug.tar.zst" "${OUTPUT}_debug-x86-64.tar.zst" FLATPAK_SIZE="" -# Move flatpak out of the tree and into subvolume +# Move /flatpak out of the tree and into subvolume if $OUTPUT_IS_BTRFS_SUBVOLUME; then btrfs subvolume create "$OUTPUT.flatpak" cp -rf --reflink=always "$OUTPUT/flatpak/." "$OUTPUT.flatpak"