Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673748 - Master Index src_install syntax error
Summary: Master Index src_install syntax error
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Devmanual Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-26 11:07 UTC by Jakub Hrbek
Modified: 2018-12-26 13:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Hrbek 2018-12-26 11:07:43 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2018-12-26 13:39:55 UTC
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(-)