taviso / wpunix

WordPerfect for UNIX Character Terminals
647 stars 18 forks source link

Should install to /usr/local, not /usr? #53

Open rogerxxxx opened 4 months ago

rogerxxxx commented 4 months ago

Prebuilt packages should install to /usr/local, rather than /usr.

As such, other distributions will likely have issues with non-tracked files with their package manager. It is why /usr/local is used.

On a side note, seems /opt is used correctly. I'm guessing, linker problems?

Another option, create a generic prebuilt tarball, for use for other distributions, installing to /usr/local directory.