diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-01 23:55:11 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-01 23:55:11 -0500 |
commit | ad9b1aa0c4508e821beed63ac08afe691a35f21b (patch) | |
tree | 25bb3b2bc5fcfbc9d5bcb7170bed0c7de693b94b /Makefile | |
parent | 8cf5ffdcfe3a14a320c47b7e1f2e33102c8939d5 (diff) |
Makefile: have jh-bindir default to /lib/jh, not /share/jh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ prefix = /usr bindir = $(prefix)/bin -jh-bindir = $(prefix)/share/jh +jh-bindir = $(prefix)/lib/jh subcommands = help list-commands mvn-basename mvn-install mvn-localrepo checksource dirs = $(DESTDIR)$(bindir) $(DESTDIR)$(jh-bindir) |