Comment by db48x
4 years ago
No, it frees you to pick whatever unmessy solution you want.
You can do `configure --prefix=/Program\ Files/<app>` if you want.
4 years ago
No, it frees you to pick whatever unmessy solution you want.
You can do `configure --prefix=/Program\ Files/<app>` if you want.
If I am not writing all of my installation scripts by hand, because that would be really intense, then every folder gets filled with random bits of software.
Offering too many similar choices leads to mess. There's nothing fundamentally different between using one or more of these options and using the only option, except that in the second case there isn't any opportunity to make mess.
> You can do `configure --prefix=/Program\ Files/<app>` if you want.
Thanks for the tip! Can't do that with distro repo software though :-/
Use Gnu Stow to keep the random bits contained in their own app directory that is symlinked into the /usr/local tree. Then you can manage everything without leaving orphan files behind.
Very cool
> then every folder gets filled with random bits of software.
What does that even mean? When you install something, you put it where you want it.
If you don’t like where your distribution puts files, choose a different one. Not all of them use the same convention.
All (except aforementioned GoboLinux) use FHS.