DavidGriffith / inform6unix

The Inform6 compiler Unix package (moved to https://gitlab.com/DavidGriffith/inform6unix)
Other
12 stars 6 forks source link

Some changes to help packaging #22

Open coypoop opened 7 years ago

coypoop commented 7 years ago

Hi!

I've updated a package of inform in a package manager. I didn't test it out yet, but I've had to make these changes that I understand are common.

I've added $(DESTDIR) to the install paths - our packaging infrastructure expects the installation to happen to a particular directory rather than the real one (that contains more things), as we later make a tarball from this directory. if it's unset, it behaves as before.

Also, we commonly override PREFIX and install to a /home/username/pkg or /usr/pkg, rather than /usr/local. so I've made a change to make it possible to override.

An additional request: could you consider posting a link to the source code used to make the release on the inform website? it was hard to find, and the github releases don't seem to contain the submodules and use a different version number.