logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: 6d11c1604306ed7a346a8ca7a1db9b5af7dbf7b6
parent 86e86455eb3fdd1c320395f3895f7bcb64f1c2fd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  5 Aug 2021 09:56:03 +0200

bin/Makefile: Do not clean scripts

Diffstat:

Mbin/Makefile3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/Makefile b/bin/Makefile @@ -6,7 +6,7 @@ include Makefile.config include ../Makefile.common -EXE += archive-tags dmenu_path wordsort zalgo +SCRIPTS = archive-tags dmenu_path wordsort zalgo BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/share/man @@ -23,5 +23,6 @@ humanize: humanize.c Makefile install: mkdir -p ${DESTDIR}${BINDIR}/ cp -p ${EXE} ${DESTDIR}${BINDIR}/ + cp -p ${SCRIPTS} ${DESTDIR}${BINDIR}/ mkdir -p ${DESTDIR}${MANDIR}/man1 cp -p ${MAN1} ${DESTDIR}${MANDIR}/man1