pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/install Honor PKGLOCALEDIR for AUTO_MKDIRS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38511946f266
branches:  trunk
changeset: 543240:38511946f266
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Jun 11 07:30:33 2008 +0000

description:
Honor PKGLOCALEDIR for AUTO_MKDIRS.

diffstat:

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

diffs (17 lines):

diff -r 3443cacd56f0 -r 38511946f266 mk/install/install.mk
--- a/mk/install/install.mk     Tue Jun 10 18:54:22 2008 +0000
+++ b/mk/install/install.mk     Wed Jun 11 07:30:33 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.50 2007/12/10 22:49:19 rillig Exp $
+# $NetBSD: install.mk,v 1.51 2008/06/11 07:30:33 obache Exp $
 #
 # This file provides the code for the "install" phase.
 #
@@ -273,6 +273,7 @@
                -e 's,\\,\\\\,'                                         \
                -e 's,^man/,${PKGMANDIR}/,'                             \
                -e 's,^info/,${PKGINFODIR}/,'                           \
+               -e 's,^share/locale/,${PKGLOCALEDIR}/locale/,'          \
                -e 's,^\([^$$@]*\)/[^/]*$$,\1,p'                        \
        | while read dir; do                                            \
                ${_INSTALL_ONE_DIR_CMD};                                \



Home | Main Index | Thread Index | Old Index