gentoo-tools

Some Gentoo helper tools
git clone git://r-36.net/gentoo-tools
Log | Files | Refs | LICENSE

commit 27583f8827a62fb24a380a9e4d3815ec9330c4ea
parent b5a82979325358bb132222d9a7b0ddf279395cb4
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 28 Aug 2022 20:52:09 +0200

Fix chmod for the manpage.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -25,7 +25,7 @@ install: all @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @sed "s/VERSION/${VERSION}/g" < gt.1 > ${DESTDIR}${MANPREFIX}/man1/gt.1 - @chmod 644 ${DESTDIR}${MANPREFIX}/man0/gt.1 + @chmod 644 ${DESTDIR}${MANPREFIX}/man1/gt.1 uninstall: @echo removing scripts from ${DESTDIR}${PREFIX}/bin