From 7be390542546fac9f5962ab0dc6b42c21195da6b Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 21 Nov 1996 10:13:25 +0000 Subject: [PATCH] Add ru_RU as alias to ru_SU --- etc/locale.alias | 2 ++ usr.bin/vi/Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/locale.alias b/etc/locale.alias index df6cd6b9c420..3ddc05e4b931 100644 --- a/etc/locale.alias +++ b/etc/locale.alias @@ -1,2 +1,4 @@ ascii lt_LN.ASCII us-ascii lt_LN.ASCII +ru_RU.KOI8-R ru_SU.KOI8-R +ru_RU.CP866 ru_SU.CP866 diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 6a8b51789edf..b1627150cf1f 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.7 1996/11/09 16:54:33 joerg Exp $ +# $Id: Makefile,v 1.8 1996/11/10 15:49:49 paul Exp $ # # This has most of the glue needed to compile tknvi and the perl hooks, # but not all. @@ -174,6 +174,7 @@ afterinstall: for l in ${SVLINKS}; do \ ln -fs swedish ${DESTDIR}/usr/share/vi/catalog/$$l.ISO_8859-1; \ done + ln -fs ru_SU.KOI8-R ${DESTDIR}/usr/share/vi/catalog/ru_RU.KOI8-R ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${SRCDIR}/tcl_scripts/*.tcl \ ${DESTDIR}/usr/share/vi/tcl