Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 12:56:05 +0000 (UTC)
From:      Julio Merino <jmmv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261978 - head/tests
Message-ID:  <201402161256.s1GCu5r5025346@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161256.s1GCu5r5025346>