diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-09 15:13:31 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-09 15:13:31 +0900 |
commit | 264472ea809bdf1373fd1673365ae42a4acb7023 (patch) | |
tree | d8e4a04ece300bb00ea63c042155cd26d1dec1e0 /Makefile | |
parent | 81854d85ac7a825f430e925344176abfe3a16e55 (diff) | |
download | fead-264472ea809bdf1373fd1673365ae42a4acb7023.tar.gz |
Fix man page install location
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |