From 7d711251741e12cf8c3f3e76e4e3208fe1d14c28 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Jun 2021 18:22:01 -0300 Subject: Makefile: use shorter syntax for cp in "install" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3