flatpak-builder icon indicating copy to clipboard operation
flatpak-builder copied to clipboard

How to disable hard links for build-dir directory?

Open q962 opened this issue 9 months ago • 1 comments

I debugged by editing files in build-dir/files.

But I found that even if I delete build-dir and rebuild, the file changes are saved.

After searching. I found that .flatpak-builder/cache saves this modification record. After stat command check, I found that the number of hard links is 2.

Is there any option to prevent this feature?

q962 avatar Mar 11 '25 09:03 q962