dotfm

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

commit b3746f6d2ca0ac0980b7feaff13969fe38c627b9
parent 0c0bdc0154570c73a75a9d7e1acfdb5d2a259aa3
Author: gearsix <gearsix@tuta.io>
Date:   Mon,  4 Apr 2022 09:32:54 +0100

removed overbearing warning from Makefile

Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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