mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 01:30:43 +00:00
Use DESTDIR for the installation of the /usr/tests/local symlink.
MFC after: 5 days
This commit is contained in:
parent
affef832fe
commit
4a879c69ca
@ -9,6 +9,6 @@ KYUAFILE= yes
|
|||||||
|
|
||||||
afterinstall: install-tests-local
|
afterinstall: install-tests-local
|
||||||
install-tests-local: .PHONY
|
install-tests-local: .PHONY
|
||||||
${INSTALL_SYMLINK} ../local/tests ${TESTSDIR}/local
|
${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
|
||||||
|
|
||||||
.include <bsd.test.mk>
|
.include <bsd.test.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user