diff options
author | obache <obache@pkgsrc.org> | 2008-06-11 07:30:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-11 07:30:33 +0000 |
commit | a73dc64b7e65a332e4f517ccdf379d96cd7660a4 (patch) | |
tree | 4ae974ace90bd5af159314b976b63923300ccd93 /mk/install | |
parent | e8cc3e353a72709bf6fff22326b3282bae4c5147 (diff) | |
download | pkgsrc-a73dc64b7e65a332e4f517ccdf379d96cd7660a4.tar.gz |
Honor PKGLOCALEDIR for AUTO_MKDIRS.
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/install.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk index 1491962797f..4cd3db79496 100644 --- a/mk/install/install.mk +++ b/mk/install/install.mk @@ -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 @@ install-dirs-from-PLIST: -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}; \ |