From 59f396a047eafd04fadd75d5ef05163446b41f82 Mon Sep 17 00:00:00 2001 From: yuripv Date: Fri, 18 Dec 2020 04:01:05 +0000 Subject: [PATCH] tools/tools/locale: install generated files in current src checkout --- tools/tools/locale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/locale/Makefile b/tools/tools/locale/Makefile index 95ed082d82a..f062d7fd69a 100644 --- a/tools/tools/locale/Makefile +++ b/tools/tools/locale/Makefile @@ -11,7 +11,7 @@ .error Do make obj first. .endif -LOCALESRCDIR?= ${DESTDIR}/usr/src/share +LOCALESRCDIR?= ${SRCTOP}/share TMPDIR?= /tmp BASEDIR= ${.CURDIR} -- 2.45.0