svn commit: r261978 - head/tests

Julio Merino jmmv at FreeBSD.org
Sun Feb 16 12:56:05 UTC 2014


Author: jmmv
Date: Sun Feb 16 12:56:05 2014
New Revision: 261978
URL: http://svnweb.freebsd.org/changeset/base/261978

Log:
  Use DESTDIR for the installation of the /usr/tests/local symlink.
  
  MFC after:	5 days

Modified:
  head/tests/Makefile

Modified: head/tests/Makefile
==============================================================================
--- head/tests/Makefile	Sun Feb 16 12:41:57 2014	(r261977)
+++ head/tests/Makefile	Sun Feb 16 12:56:05 2014	(r261978)
@@ -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>


More information about the svn-src-all mailing list