commit 79c6f668e2d96ab66bcacca0b62cced1f62d556d from: Stefan Sperling via: Thomas Adam date: Thu Jan 19 16:33:26 2023 UTC override realinstall target in gotd's Makefile as we do elsewhere commit - c64505bc0a9392cf58284245fd58a16d32f929d1 commit + 79c6f668e2d96ab66bcacca0b62cced1f62d556d blob - 4ba33eed625e9340f8987306ffe6ead0dcedd209 blob + 9e2f3a3fe6ecbd861b2a0fecf13026d61c3d475b --- gotd/Makefile +++ gotd/Makefile @@ -32,4 +32,8 @@ DPADD = ${LIBZ} ${LIBUTIL} NOMAN = Yes .endif +realinstall: + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ + -m ${BINMODE} ${PROG} ${BINDIR}/${PROG} + .include