From 8f81318a3f4730aa3589e15a8c44b9d0c1c838f5 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 23 Oct 2020 11:10:00 -0400 Subject: Set shell scripts executable in build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8f11b0f..392aacc 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ ${OBJS}: daemon.h .in: sed -e 's|%%PREFIX%%|${PREFIX}|g' -e 's|%%RUNDIR%%|${RUNDIR}|g' $< > $@ + chmod a+x $@ tags: *.c *.h ctags -w *.c *.h -- cgit 1.4.1