From bf1a9e6ee5f2e51e6e947b9125d5d27f89b0edb0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Oct 2020 17:55:14 +0300 Subject: Makefile: fix permissions of doas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 246d9f1..e057fc4 100644 --- a/Makefile +++ b/Makefile @@ -346,7 +346,7 @@ install: for bin in ${BIN}; do \ cp $${bin} ${DESTDIR}${BINDIR}; \ chmod 755 ${DESTDIR}${BINDIR}/$${bin##*/}; done - chmod u+x ${DESTDIR}${BINDIR}/doas + chmod u+s ${DESTDIR}${BINDIR}/doas for bin in ${MANDOCLINK}; do \ ln -s mandoc ${DESTDIR}${BINDIR}/$${bin}; done for bin in ${MD5LINK}; do \ -- cgit v1.2.3