This commit is contained in:
Harald Sitter
2024-11-03 16:26:07 +01:00
parent 666112961d
commit e5be8a023f

View File

@@ -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"