You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
706 B
26 lines
706 B
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.
|
|
---
|
|
mcstrans/man/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/mcstrans/man/Makefile b/mcstrans/man/Makefile
|
|
index 895a592d3570..71713818c621 100644
|
|
--- a/mcstrans/man/Makefile
|
|
+++ b/mcstrans/man/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
# Installation directories.
|
|
-LINGUAS ?=
|
|
+LINGUAS ?= ru
|
|
PREFIX ?= /usr
|
|
MANDIR ?= $(PREFIX)/share/man
|
|
MAN5SUBDIR ?= man5
|
|
--
|
|
2.41.0
|
|
|