Estimated hours taken: 1
Changes to installation to ease package creation for Debian.
Mmake.common.in:
Add a FINAL_INSTALL_PREFIX variable (and various other
FINAL_INSTALL_* variables).
The FINAL variables should be used for any hardcoded paths
that will be used in the installation process, so that
the installation can be put into a temporary directory,
(by overriding INSTALL_PREFIX on the command line)
then moved into its final destination later.
In particular, shared library paths need to be treated this
way.
library/Mmakefile:
runtime/Mmakefile:
Use FINAL_INSTALL_* variables for shared library paths.