diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-12-21 19:12:40 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2018-01-03 00:17:11 -0500 |
commit | 8c24be3239906196b973ff14197650e7702e953c (patch) | |
tree | bbf3488a56dd83b525e37fc40547ba4090c71be9 /archs | |
parent | ebuild-maintenance: remove the Gentoo-Bug tag in the package removal subsection (diff) | |
download | devmanual-8c24be3239906196b973ff14197650e7702e953c.tar.gz devmanual-8c24be3239906196b973ff14197650e7702e953c.tar.bz2 devmanual-8c24be3239906196b973ff14197650e7702e953c.zip |
Change the indentation for ebuild <codesample/> snippets from spaces to tabs
Diffstat (limited to 'archs')
-rw-r--r-- | archs/amd64/text.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml index f75e29d..366959d 100644 --- a/archs/amd64/text.xml +++ b/archs/amd64/text.xml @@ -336,10 +336,10 @@ In most cases, it's sufficient to use the <c>$(get_libdir)</c> function from inherit multilib src_compile() { - econf \ - --libdir=/usr/$(get_libdir) + econf \ + --libdir=/usr/$(get_libdir) - emake || die + emake || die } src_install() { |