dotfm

My dotfile manager
git clone git://src.gearsix.net/dotfm
Log | Files | Refs | Atom | README | LICENSE

commit c18c9d51d2ad3b27f0cb607776ebd503ef6e6ae1
parent a96b1da841d01f43e0ab9a1288c96649812f5f60
Author: gearsix <gearsix@tuta.io>
Date:   Tue,  9 Mar 2021 14:57:58 +0000

typo fix in Makefile

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

diff --git a/Makefile b/Makefile @@ -17,7 +17,7 @@ install: link: ln -si ${CURRDIR}/src/${NAME}.py ${DESTBINDIR}/${NAME} @echo 'WARNING! moving ${CURRDIR}/src/dotfm.py will break this link' - mkdir ${DESKMANDIR}/man1 + mkdir ${DESTMANDIR}/man1 install ${CURRDIR}/src/${NAME}.1 ${DESTMANDIR}/man1/${NAME}.1 ln -si ${DESTMANDIR}/man1/${NAME}.1 /usr/share/man/man1/${NAME}.1