aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-16 17:55:14 +0300
committerCem Keylan <cem@ckyln.com>2020-10-16 17:55:14 +0300
commitbf1a9e6ee5f2e51e6e947b9125d5d27f89b0edb0 (patch)
tree9d626453671bb45c756e01ab9f5e45654078a38f
parent5d69c6a2661bba0a22f3ecfd517e2e9767a38346 (diff)
downloadotools-bf1a9e6ee5f2e51e6e947b9125d5d27f89b0edb0.tar.gz
Makefile: fix permissions of doas1.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \