chaorace@lemmy.sdf.orgtoProgrammer Humor@lemmy.ml•The real alpha main force pushersEnglish
1·
1 year agoI’m a plaintext git patch sent via email and lost in the maintainer’s spam folder
Inbred: chaorace’s family has been a bit too familiar. (Can be inherited)
I’m a plaintext git patch sent via email and lost in the maintainer’s spam folder
You may be interested in reading this post about the process of packaging Steam.
tl;dr: It’s mostly an annoyance reserved for packagers to deal with. Dynamically linked executables can be patched in a fairly universal fashion to work without FHS, so that’s the go-to approach. If the executable is statically linked, the package may have to ship a source patch instead. If the executable is statically linked & close-source, the packagers are forced to resort to simulating an FHS environment via chroot.