Fix chmod for the manpage. - gentoo-tools - Some Gentoo helper tools
(HTM) git clone git://r-36.net/gentoo-tools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 27583f8827a62fb24a380a9e4d3815ec9330c4ea
(DIR) parent b5a82979325358bb132222d9a7b0ddf279395cb4
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 28 Aug 2022 20:52:09 +0200
Fix chmod for the manpage.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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