commit: fbf6a52165e813f436490091402e3c901e2e716f Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Thu Jun 16 21:59:40 2016 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Thu Jun 16 21:59:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=fbf6a521
ebuild-writing/.../cvs-sources: fix typo s/ECVS_TOPDIR/ECVS_TOP_DIR/ #298570 Gentoo-Bug: https://bugs.gentoo.org/298570 ebuild-writing/functions/src_unpack/cvs-sources/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/functions/src_unpack/cvs-sources/text.xml b/ebuild-writing/functions/src_unpack/cvs-sources/text.xml index 2f24cc7..b8ee2a4 100644 --- a/ebuild-writing/functions/src_unpack/cvs-sources/text.xml +++ b/ebuild-writing/functions/src_unpack/cvs-sources/text.xml @@ -127,7 +127,7 @@ useful: <ti><c>""</c></ti> </tr> <tr> - <ti><c>ECVS_TOPDIR</c></ti> + <ti><c>ECVS_TOP_DIR</c></ti> <ti>Unpack location</ti> <ti><c>"${DISTDIR}/cvs-src/${ECVS_MODULE}"</c></ti> </tr>
