https://devmanual.gentoo.org/ebuild-writing/functions/src_install/index.html Has syntax error in it's example as follows: https://i.imgur.com/epKBxse.png --- if [[ -f Makefile ]] || [[ -f GNUmakefile]] || [[ -f makefile ]] ; then +++ if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; then
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=17092aa93264173f6d3a0773a127d286a3e7dbc4 commit 17092aa93264173f6d3a0773a127d286a3e7dbc4 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2018-12-26 13:37:43 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2018-12-26 13:37:43 +0000 ebuild-writing/functions/src_install: Fix syntax error in example. Closes: https://bugs.gentoo.org/673748 Signed-off-by: Ulrich Müller <ulm@gentoo.org> ebuild-writing/functions/src_install/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)