motd-gen

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

commit 802b7a5115bf9e908e70005e41d4bd084b7f79a7
parent 457a7e522a156700c6c385c507adb534bc491324
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu,  2 Jan 2020 11:40:23 +0300

remove motd-scripts directory on uninstall

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

diff --git a/Makefile b/Makefile @@ -19,7 +19,6 @@ install: uninstall: ${RM} ${DESTDIR}${BINDIR}/gen-motd - for file in ${MOTDPROGS} ; do \ - ${RM} ${DESTDIR}${SHAREDIR}/motd-scripts/$$file ; done + ${RM} ${DESTDIR}/${SHAREDIR}/motd-scripts .PHONY: install uninstall