aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
887 stars 123 forks source link

Use standard variable names to specify installation location #84

Closed gaelicWizard closed 2 years ago

gaelicWizard commented 3 years ago

I added several variables at the top of the make file so that standard options can be used to specify installation location. This way it's not hard-coded to prefix/bin. For example, prefix might be ~ or ~/.local but I may want to install in ~/Tools.

Variable names are case-sensitive so keep existing PREFIX and add lowercase prefix. bindir is conventionally $(exec_prefix)/bin so add exec_prefix and then finally bindir.

aurora commented 2 years ago

Sorry for the late reply and thanks for the patch!