Date: Fri, 21 Feb 2014 15:45:50 +0100 From: Emanuel Haupt <ehaupt@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r345380 - head/misc/localedata Message-ID: <20140221154550.d98d4253cb42ad72bf699bb3@FreeBSD.org> In-Reply-To: <56814D1A7F64162ACC5A41AB@ogg.in.absolight.net> References: <201402211246.s1LCk7Uf040343@svn.freebsd.org> <56814D1A7F64162ACC5A41AB@ogg.in.absolight.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Mathieu Arnold <mat@FreeBSD.org> wrote: > +--On 21 f=E9vrier 2014 12:46:07 +0000 Emanuel Haupt > <ehaupt@FreeBSD.org> wrote: > | do-install: > | - ${MKDIR} ${TARGET_DIR} > | - ${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${TARGET_DIR} > | + ${MKDIR} ${STAGEDIR}${TARGET_DIR} > | + ${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${STAGEDIR} > | ${TARGET_DIR} >=20 > It would have been nice to replace that PAX command by something like: >=20 > cd ${WRKSRC} && ${COPYTREE_SHARE} locale ${STAGEDIR}${TARGETDIR} Good idea. I've just committed the patch. Emanuel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140221154550.d98d4253cb42ad72bf699bb3>