From bd6489c9c43cf3d92f248844e1663c11daedf291 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 12 May 2013 20:13:11 -0400 Subject: fix Makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 33307fe..810b0c4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ prefix = /usr bindir = $(prefix)/bin -pkgdatadir = /usr/share/jh # hardcoded into jh.sh +# pkgdatadir is hardcoded into jh.sh +pkgdatadir = /usr/share/jh + subcommands = help list-commands mvn-basename mvn-install mvn-localrepo checksource dirs = $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir) @@ -19,7 +21,7 @@ install: PHONY $(DESTDIR)$(bindir)/jh $(addprefix $(DESTDIR)$(pkgdatadir)/,$(sub clean: PHONY rm -f jh $(subcommand_files) -$(DESTDIR)$(pkgdaradir)/%: % | $(DESTDIR)$(pkgdatadir) +$(DESTDIR)$(pkgdatadir)/%: % | $(DESTDIR)$(pkgdatadir) cp '$<' '$@' $(DESTDIR)$(bindir)/jh: jh | $(DESTDIR)$(bindir) -- cgit v1.2.3