Source-Changes-HG archive

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

[src/trunk]: src/share/mk More lossage. You need to make the directory each ...



details:   https://anonhg.NetBSD.org/src/rev/c508f1c660fd
branches:  trunk
changeset: 487423:c508f1c660fd
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jun 07 17:28:52 2000 +0000

description:
More lossage.  You need to make the directory each catalog will go into.

diffstat:

 share/mk/bsd.nls.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 249113a57b86 -r c508f1c660fd share/mk/bsd.nls.mk
--- a/share/mk/bsd.nls.mk       Wed Jun 07 16:37:24 2000 +0000
+++ b/share/mk/bsd.nls.mk       Wed Jun 07 17:28:52 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.nls.mk,v 1.24 2000/06/06 09:53:30 mycroft Exp $
+#      $NetBSD: bsd.nls.mk,v 1.25 2000/06/07 17:28:52 matt Exp $
 
 .if !target(__initialized__)
 __initialized__:
@@ -60,6 +60,7 @@
 .endif
 
 __nlsinstall: .USE
+       ${INSTALL} ${INSTPRIV} -d -o ${NLSOWN} -g ${NLSGRP} ${.TARGET:H}
        ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${INSTPRIV} -o ${NLSOWN} \
            -g ${NLSGRP} -m ${NLSMODE} ${.ALLSRC} ${.TARGET}
 



Home | Main Index | Thread Index | Old Index