From 45b1ca7351497b940ea8dacbc06dcc05131d473b Mon Sep 17 00:00:00 2001 From: Evgenii Pravda Date: Tue, 13 Aug 2024 17:48:11 +0300 Subject: [PATCH] Remove license mention in Makefile --- grimpicker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grimpicker/Makefile b/grimpicker/Makefile index 38b54d1..d976109 100644 --- a/grimpicker/Makefile +++ b/grimpicker/Makefile @@ -8,7 +8,7 @@ build: scdoc <"${PKGNAME}.1.scd" >"${PKGNAME}.1" install: - # Not installing license and zsh completion here as their destination depends on the distribution + # Not installing zsh completion here as their destination depends on the distribution install -D -m 755 "${PKGNAME}" "${DESTDIR}${PREFIX}/bin/${PKGNAME}" install -D -m 644 "completion.bash" "${DESTDIR}${PREFIX}/share/bash-completion/completions/${PKGNAME}" install -D -m 644 "completion.fish" "${DESTDIR}${PREFIX}/share/fish/vendor_completions.d/${PKGNAME}.fish"