Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/cdroms Since we don't crunch/libhack sysinst on...



details:   https://anonhg.NetBSD.org/src/rev/0454398b6a61
branches:  trunk
changeset: 753122:0454398b6a61
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Mar 16 10:16:39 2010 +0000

description:
Since we don't crunch/libhack sysinst on this CD, we need to populate
the locale information, otherwise the sysinst translations have no
chance to work.

diffstat:

 distrib/i386/cdroms/Makefile.cdrom |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b7a5c661c9d5 -r 0454398b6a61 distrib/i386/cdroms/Makefile.cdrom
--- a/distrib/i386/cdroms/Makefile.cdrom        Tue Mar 16 09:42:02 2010 +0000
+++ b/distrib/i386/cdroms/Makefile.cdrom        Tue Mar 16 10:16:39 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.15 2010/02/05 10:01:19 roy Exp $
+# $NetBSD: Makefile.cdrom,v 1.16 2010/03/16 10:16:39 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -44,6 +44,7 @@
 CDRUNTIME+=    ./usr/sbin/installboot
 CDRUNTIME+=    ./usr/sbin/wiconfig
 CDRUNTIME+=    ./usr/share/misc/terminfo.db
+CDRUNTIME+=    ./usr/share/locale
 
 image_md_pre:
        ${MKDIR} cdrom/etc



Home | Main Index | Thread Index | Old Index