commit c9573d373fdf5b560299a2aa9257fe4b7480e193 from: Stefan Sperling date: Tue Jan 17 10:24:49 2023 UTC override realinstall target in gotd's Makefile as we do elsewhere commit - 037fce6676d77f393e33f41ac6bfff013f33945c commit + c9573d373fdf5b560299a2aa9257fe4b7480e193 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