diff options
| author | Yuri Pankov <yuripv@FreeBSD.org> | 2020-12-18 04:01:05 +0000 |
|---|---|---|
| committer | Yuri Pankov <yuripv@FreeBSD.org> | 2020-12-18 04:01:05 +0000 |
| commit | 43835d120fe2fc8d42d1b5d34db69af9360bf039 (patch) | |
| tree | 01bda0f5fbe8f5b486115b1b7820b08df81f5666 | |
| parent | 94f5c1cc7186ae555b962d2450cc17e06fd4fda0 (diff) | |
Notes
| -rw-r--r-- | tools/tools/locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/locale/Makefile b/tools/tools/locale/Makefile index 95ed082d82af..f062d7fd69a9 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} |
