diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-16 17:55:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-16 17:55:14 +0300 |
commit | bf1a9e6ee5f2e51e6e947b9125d5d27f89b0edb0 (patch) | |
tree | 9d626453671bb45c756e01ab9f5e45654078a38f /Makefile | |
parent | 5d69c6a2661bba0a22f3ecfd517e2e9767a38346 (diff) | |
download | otools-bf1a9e6ee5f2e51e6e947b9125d5d27f89b0edb0.tar.gz |
Makefile: fix permissions of doas1.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |