logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: a2db357dfa6045d1d5c2a829ae138ddcac783601
parent 87432890a9d8f91831c60d847c496fe1b714f02d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 26 Mar 2025 16:18:08 +0100

Makefile: SYMLINKS += cmd/uuencode

Diffstat:

MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -6,7 +6,7 @@ include config.mk # Commands implemented as scripts SCRIPTS= # Commands linking to another executable -SYMLINKS=cmd/'[' cmd/chgrp cmd/readlink +SYMLINKS=cmd/'[' cmd/chgrp cmd/readlink cmd/uuencode RM=rm