From 4a879c69ca41a52da751274229a9ca924b61b26e Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 16 Feb 2014 12:56:05 +0000 Subject: 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(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 00aaffd..89da82d 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 -- cgit v1.1