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