From ad9b1aa0c4508e821beed63ac08afe691a35f21b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 1 Feb 2014 23:55:11 -0500 Subject: Makefile: have jh-bindir default to /lib/jh, not /share/jh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2465b5..8418fcc 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.2