From b5aa20998322096519d613d8dc1dcd0a545925b5 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 27 Oct 2015 23:35:02 +0000 Subject: Use more appropriate ${SHAREDIR} rather than /usr/share. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- share/mklocale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/mklocale/Makefile') diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile index 172d4d0..fa87394 100644 --- a/share/mklocale/Makefile +++ b/share/mklocale/Makefile @@ -30,7 +30,7 @@ LOCALES= UTF-8 \ zh_HK.Big5HKSCS \ zh_TW.Big5 -LOCALEDIR= /usr/share/locale +LOCALEDIR= ${SHAREDIR}/locale .SUFFIXES: .src .out -- cgit v1.1