diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-26 21:46:53 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-26 21:46:53 -0300 |
| commit | da3f2c91f84a6af6abf66c0685b2f88606de7ff2 (patch) | |
| tree | df89db42e319b47732411c1dbc231ec9f3caf348 /Makefile | |
| parent | aux/guix/manifest.scm: Reorder hunspell, group it with basic packages (diff) | |
| download | git-permalink-da3f2c91f84a6af6abf66c0685b2f88606de7ff2.tar.gz git-permalink-da3f2c91f84a6af6abf66c0685b2f88606de7ff2.tar.xz | |
Makefile: Don't use $(NAME) for the file name
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
