jmnavarrol / bash-magic-enviro

An opinionated Bash configuration tool for development environments.
GNU General Public License v3.0
3 stars 0 forks source link

Add ability for relocation to Makefile #7

Closed next-jesusmanuelnavarro closed 1 year ago

next-jesusmanuelnavarro commented 1 year ago

While trying to install BME on a container I wanted to install it in a global fashion, i.e.: either under /usr/local/bin/ or maybe under /opt/ but I found current Makefile didn't support that.

I think it would be a nice addition.

jmnavarrol commented 1 year ago

Version v1.4.5 adds the ability to install to a different directory by means of DESTDIR var to make. I.e.: make DESTDIR=/opt/bme install.

jmnavarrol commented 1 year ago

I helped myself using a docker container; cleaning and publishing it will be a matter of a future release (see TODO).

For now, I close this issue.