26 lines
721 B
Diff
26 lines
721 B
Diff
From a87290f734ba136e7b648a9ce9754767cbb5eed3 Mon Sep 17 00:00:00 2001
|
|
From: Petr Lautrbach <lautrbach@redhat.com>
|
|
Date: Mon, 13 Nov 2023 13:37:36 +0100
|
|
Subject: [PATCH] Revert "Do not automatically install Russian translations"
|
|
Content-type: text/plain
|
|
|
|
This reverts commit 14f35fde50cd080650ac3b0136234464a3ea6fbe.
|
|
---
|
|
libsemanage/man/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libsemanage/man/Makefile b/libsemanage/man/Makefile
|
|
index 5e21a65ea725..f626447dadbe 100644
|
|
--- a/libsemanage/man/Makefile
|
|
+++ b/libsemanage/man/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
# Installation directories.
|
|
-LINGUAS ?=
|
|
+LINGUAS ?= ru
|
|
PREFIX ?= /usr
|
|
MANDIR ?= $(PREFIX)/share/man
|
|
MAN3SUBDIR ?= man3
|
|
--
|
|
2.41.0
|
|
|