mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
Fix DATADIRNAME on OpenBSD.
On OpenBSD translation files are always installed under PREFIX/share/locale, there is no such thing as PREFIX/lib/locale; according to that, set DATADIRNAME to "share".
This commit is contained in:
parent
037c91f845
commit
8f58c2c0c4
@ -239,6 +239,10 @@ msgstr ""
|
|||||||
[CATOBJEXT=.mo
|
[CATOBJEXT=.mo
|
||||||
DATADIRNAME=lib])
|
DATADIRNAME=lib])
|
||||||
;;
|
;;
|
||||||
|
*-*-openbsd*)
|
||||||
|
CATOBJEXT=.mo
|
||||||
|
DATADIRNAME=share
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
CATOBJEXT=.mo
|
CATOBJEXT=.mo
|
||||||
DATADIRNAME=lib
|
DATADIRNAME=lib
|
||||||
|
Loading…
Reference in New Issue
Block a user