birde

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9fea86e4a7f24e4bea417383e48fe2e02adf56dc
parent 061a8c4a049e1d385be20901d7aaba42e782ca1b
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date:   Sat, 31 Aug 2024 14:12:26 -0400

Makefile: add notify.sh to install target

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -14,6 +14,8 @@ birde: birde.c config.h install: birde mkdir -p ${DESTDIR}${PREFIX}/bin cp -f birde ${DESTDIR}${PREFIX}/bin + cp -f extras/notify.sh ${DESTDIR}${PREFIX}/bin + chmod +x ${DESTDIR}${PREFIX}/bin/notify.sh uninstall: rm -f ${DESTDIR}${PREFIX}/bin/birde