commit bb2ae5913b6b8c7eccc4c6311a0cdcaa5f2d9a78
parent 5169add85db2bafc6dc680db0206d6b6a499dd95
Author: noodle <noodle@pastanoggin.com>
Date: Sun, 5 Apr 2026 02:56:30 +0000
change script and project name to matabot.pl and matabot.git, respectively
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -11,13 +11,13 @@ rc_script: rc_script.in
clean:
rm -f rc_script
-install: mata_bot.pl matabot.8 rc_script
+install: matabot.pl matabot.8 rc_script
install -d ${DISTDIR}${PREFIX}/sbin
install -d ${DISTDIR}${PREFIX}/share
install -d ${DISTDIR}${MANDIR}/man8
install -d ${DISTDIR}${SHAREDIR}/matabot
install -d ${DISTDIR}${RCDIR}
- install mata_bot.pl ${DESTDIR}${PREFIX}/sbin/matabot
+ install matabot.pl ${DESTDIR}${PREFIX}/sbin/matabot
install ball ${DESTDIR}${SHAREDIR}/matabot/ball
install hellos ${DESTDIR}${SHAREDIR}/matabot/hellos
install quotes ${DESTDIR}${SHAREDIR}/matabot/quotes
diff --git a/mata_bot.pl b/matabot.pl