0fd5652fa3
Submitted by Joshua Stein <jcs@rt.fm>. GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
$OpenBSD: patch-locale_Makefile,v 1.1.1.1 2001/02/15 21:37:42 naddy Exp $
|
|
--- locale/Makefile.orig Sat Jun 17 17:55:04 2000
|
|
+++ locale/Makefile Thu Feb 15 18:08:13 2001
|
|
@@ -6,7 +6,7 @@ SUB_DIRS =
|
|
FILES_PO:=$(wildcard *.po)
|
|
FILES_MO:=$(FILES_PO:.po=.mo)
|
|
|
|
-LOCALEDIR ?= /usr/share/locale
|
|
+LOCALEDIR ?= ${PREFIX}/share/locale
|
|
|
|
ifeq ($(enable_nls),1)
|
|
all: mo-files
|