Use DESTDIR for the installation of the /usr/tests/local symlink.

MFC after:	5 days
This commit is contained in:
Julio Merino 2014-02-16 12:56:05 +00:00
parent bc28228951
commit 564d7c4099
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261978

View File

@ -9,6 +9,6 @@ KYUAFILE= yes
afterinstall: install-tests-local
install-tests-local: .PHONY
${INSTALL_SYMLINK} ../local/tests ${TESTSDIR}/local
${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
.include <bsd.test.mk>