diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-07-09 17:48:54 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-07-09 17:48:54 +0000 |
| commit | d3748fc0c2b860048cc15971e43dbb34bee8de7c (patch) | |
| tree | 68f92fc9aa6e76dc74c36130d99d87173699386a /include | |
| parent | 0ade2f8cf78a3dbf66503e032682fb2c5d0677bf (diff) | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/paths.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h index 9af602635552..a0c3c9de6136 100644 --- a/include/paths.h +++ b/include/paths.h @@ -67,8 +67,8 @@ #define _PATH_GBDE "/sbin/gbde" #define _PATH_GELI "/sbin/geli" #define _PATH_HALT "/sbin/halt" -#ifdef COMPAT_32BIT -#define _PATH_I18NMODULE "/usr/lib32/i18n" +#ifdef COMPAT_libcompat +#define _PATH_I18NMODULE "/usr/lib" COMPAT_libcompat "/i18n" #else #define _PATH_I18NMODULE "/usr/lib/i18n" #endif |
