Be explict and specify dest file with install (and not just dir)

long-opts
noctuid 9 years ago
parent 52e6cf1619
commit 7cd3f033f0

@ -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

Loading…
Cancel
Save