diff options
author | obache <obache> | 2008-06-11 07:30:33 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-11 07:30:33 +0000 |
commit | 8d0bd7efc81778f2f6f1fea49f6e2a66ae22b690 (patch) | |
tree | 4ae974ace90bd5af159314b976b63923300ccd93 /mk/install | |
parent | 7136a0f7e7803d37c9d8cb65205cce01ca4a35a1 (diff) | |
download | pkgsrc-8d0bd7efc81778f2f6f1fea49f6e2a66ae22b690.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}; \ |