logo

utils-std

Collection of commonly available Unix tools
commit: cc6ab4d761c8d3b79038991d81470fe13ae79884
parent 62c14ae1da22212f9392e05b34339131083e9474
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 28 Apr 2024 19:05:03 +0200

Makefile: Add symbolic link for [

Diffstat:

MMakefile1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -46,6 +46,7 @@ clean: install: all mkdir -p ${DESTDIR}${BINDIR}/ cp -p ${EXE} ${SCRIPTS} ${DESTDIR}${BINDIR}/ + ln -s test ${DESTDIR}${BINDIR}/'[' mkdir -p ${DESTDIR}${MANDIR}/man1 cp -p ${MAN1} ${DESTDIR}${MANDIR}/man1