forked from pool/whois
29 lines
999 B
Diff
29 lines
999 B
Diff
|
From: Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
Date: Tue, 09 Jul 2013 01:29:39 +0100
|
||
|
Subject: rename nb po to nb
|
||
|
Upstream: never
|
||
|
|
||
|
Renames no po files to fix SLE build
|
||
|
|
||
|
whois: "/usr/share/locale/no/LC_MESSAGES/whois.mo" is not allowed anymore in SuSE Linux.
|
||
|
Please use nb or nb_NO (and nn for nynorsk)
|
||
|
see https://bugzilla.novell.com/show_bug.cgi?id=42748
|
||
|
|
||
|
---
|
||
|
po/Makefile | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: whois-5.0.25/po/Makefile
|
||
|
===================================================================
|
||
|
--- whois-5.0.25.orig/po/Makefile 2013-03-30 01:31:41.000000000 +0000
|
||
|
+++ whois-5.0.25/po/Makefile 2013-07-09 01:21:06.000000000 +0100
|
||
|
@@ -6,7 +6,7 @@ INSTALLNLSDIR=$(BASEDIR)$(prefix)/share/
|
||
|
|
||
|
PACKAGE = whois
|
||
|
|
||
|
-CATALOGS = cs.mo da.mo de.mo el.mo es.mo eu.mo fi.mo fr.mo it.mo ja.mo no.mo pl.mo pt_BR.mo ru.mo zh_CN.mo
|
||
|
+CATALOGS = cs.mo da.mo de.mo el.mo es.mo eu.mo fi.mo fr.mo it.mo ja.mo nb.mo pl.mo pt_BR.mo ru.mo zh_CN.mo
|
||
|
|
||
|
POTFILES=../whois.c ../mkpasswd.c
|
||
|
|