From 564d7c409949629cef0d7e8673b0e117f370126d Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Sun, 16 Feb 2014 12:56:05 +0000 Subject: [PATCH] Use DESTDIR for the installation of the /usr/tests/local symlink. MFC after: 5 days --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 00aaffd18fd2..89da82d2adf6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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