summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-01 23:55:11 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-01 23:55:11 -0500
commitad9b1aa0c4508e821beed63ac08afe691a35f21b (patch)
tree25bb3b2bc5fcfbc9d5bcb7170bed0c7de693b94b
parent8cf5ffdcfe3a14a320c47b7e1f2e33102c8939d5 (diff)
Makefile: have jh-bindir default to /lib/jh, not /share/jh
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)