From 390b010598840def6cad90a530797969c348eaaa Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 6 Aug 1995 11:15:54 +0000 Subject: Re-import it to proper location --- share/timedef/data/ru_SU.KOI8-R | 76 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 share/timedef/data/ru_SU.KOI8-R (limited to 'share/timedef') diff --git a/share/timedef/data/ru_SU.KOI8-R b/share/timedef/data/ru_SU.KOI8-R new file mode 100644 index 0000000..e7a869f --- /dev/null +++ b/share/timedef/data/ru_SU.KOI8-R @@ -0,0 +1,76 @@ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short months names +# +янв +фев +мар +апр +мая +июн +июл +авг +сен +окт +ноя +дек +# +# Long months names +# +января +февраля +марта +апреля +мая +июня +июля +августа +сентября +октября +ноября +декабря +# +# Short weekdays names +# +вос +пон +вто +сре +чет +пят +суб +# +# Long weekdays names +# +воскресенье +понедельник +вторник +среда +четверг +пятница +суббота +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%y +# +# c_fmt +# +%x %X +# +# am +# + +# +# pm +# +пп +# +# date_fmt +# +%a %e %b %H:%M:%S %Z %Y -- cgit v1.1 From 40eef631feca64b42b7f99a591792745ad0ac10d Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 6 Aug 1995 11:15:54 +0000 Subject: Re-import it to proper location --- share/timedef/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 share/timedef/Makefile (limited to 'share/timedef') diff --git a/share/timedef/Makefile b/share/timedef/Makefile new file mode 100644 index 0000000..5b5b465 --- /dev/null +++ b/share/timedef/Makefile @@ -0,0 +1,13 @@ +# $Id: Makefile,v 1.1.1.1 1995/08/05 23:23:41 ache Exp $ + +LOCALES= ru_SU.KOI8-R +LOCALEDIR= ${DESTDIR}/usr/share/locale + +afterinstall: + for l in ${LOCALES}; do \ + grep -v '^#' < ${.CURDIR}/data/$$l > ${LOCALEDIR}/$$l/LC_TIME; \ + chown ${BINOWN}.${BINGRP} ${LOCALEDIR}/$$l/LC_TIME; \ + chmod 644 ${LOCALEDIR}/$$l/LC_TIME; \ + done + +.include -- cgit v1.1