motd-gen

my motd scripts
git clone git://git.ckyln.com/~cem/motd-gen.git
Log | Files | Refs | README | LICENSE

commit 46ee7d7e42e0d86a145531361b2f1c4319f0802d
parent 88a932e7b40e752c9551cae61cd520251a18f5b5
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu,  2 Jan 2020 13:21:25 +0300

add recursive flag

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

diff --git a/Makefile b/Makefile @@ -12,6 +12,6 @@ install: uninstall: ${RM} ${DESTDIR}${BINDIR}/gen-motd - ${RM} ${DESTDIR}/${SHAREDIR}/motd-scripts + ${RM} -r ${DESTDIR}/${SHAREDIR}/motd-scripts .PHONY: install uninstall