aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-26 21:46:53 -0300
committerEuAndreh <eu@euandre.org>2021-06-26 21:46:53 -0300
commitda3f2c91f84a6af6abf66c0685b2f88606de7ff2 (patch)
treedf89db42e319b47732411c1dbc231ec9f3caf348
parentaux/guix/manifest.scm: Reorder hunspell, group it with basic packages (diff)
downloadgit-permalink-da3f2c91f84a6af6abf66c0685b2f88606de7ff2.tar.gz
git-permalink-da3f2c91f84a6af6abf66c0685b2f88606de7ff2.tar.xz
Makefile: Don't use $(NAME) for the file name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06334dc..0633a18 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ install: all
sh aux/workflow/manpages.sh -ip $(DESTDIR)$(MANPREFIX) $(manpages)
uninstall:
- rm -f $(DESTDIR)$(PREFIX)/bin/$(NAME)
+ rm -f $(DESTDIR)$(PREFIX)/bin/git-permalink
sh aux/workflow/manpages.sh -up $(DESTDIR)$(MANPREFIX) $(manpages)
clean: