From 7cd3f033f060364967345db662c49c0e3cec51a2 Mon Sep 17 00:00:00 2001 From: noctuid Date: Wed, 11 Nov 2015 17:05:48 -0500 Subject: [PATCH] Be explict and specify dest file with install (and not just dir) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99f411d..c297c2d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ LICENSEDIR = $(PREFIX)/share/licenses install: # 755 is default - install -D -m 755 tdrop "$(DESTDIR)$(BINDIR)" + 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