aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e20e10b..ec1c323 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ dev-check: check public
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
- cp src/git-permalink $(DESTDIR)$(PREFIX)/bin/$(NAME)
+ cp src/git-permalink $(DESTDIR)$(PREFIX)/bin
sh aux/workflow/manpages.sh -ip $(DESTDIR)$(MANPREFIX) $(manpages)
uninstall: