diff options
-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} |