From 264472ea809bdf1373fd1673365ae42a4acb7023 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 9 Nov 2022 15:13:31 +0900 Subject: Fix man page install location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9ac737..73c7d5c 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: install: all install -Dm 755 src/fead.py ${DESTDIR}${PREFIX}/bin/fead - install -Dm 644 doc/fead.1 ${DESTDIR}${PREFIX}/share/man/fead.1 + install -Dm 644 doc/fead.1 ${DESTDIR}${PREFIX}/share/man/man1/fead.1 uninstall: rm ${DESTDIR}${PREFIX}/bin/fead -- cgit 1.4.1