From 8d2559bc04336920448c309d92fa603fa3e4af7b Mon Sep 17 00:00:00 2001 From: noctuid Date: Wed, 11 Nov 2015 22:57:55 -0500 Subject: [PATCH] Fix broken path to license directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c297c2d..60bd8d5 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ install: # 755 is default install -D -m 755 tdrop "$(DESTDIR)$(BINDIR)"/tdrop install -D -m 644 tdrop.groff "$(DESTDIR)$(MANDIR)"/man1/tdrop.1 - install -D -m 644 LICENSE "$(DESTDIR)$($PREFIX)$(LICENSEDIR)"/tdrop/LICENSE + install -D -m 644 LICENSE "$(DESTDIR)$(LICENSEDIR)"/tdrop/LICENSE uninstall: rm -f "$(DESTDIR)$(BINDIR)"/tdrop