mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
Reverts: dad331077a
Signed-off-by: timorl <timorl@disroot.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
26 lines
741 B
Text
26 lines
741 B
Text
|
|
<Layout Gentoo>
|
|
prefix: PREFIX
|
|
exec_prefix: ${prefix}
|
|
bindir: ${exec_prefix}/bin
|
|
sbindir: ${exec_prefix}/sbin
|
|
sysconfdir: ${prefix}/etc
|
|
mandir: ${prefix}/man
|
|
libdir: ${prefix}/lib
|
|
datadir: ${prefix}/share
|
|
htmldir: HTMLDIR
|
|
fontdir: ${datadir}/fonts
|
|
lexdir: ${datadir}/po
|
|
manualdir: ${datadir}/doc
|
|
staticdir: ${datadir}/static
|
|
localstatedir: ${prefix}/var
|
|
logfiledir: ${localstatedir}/log
|
|
masonstatedir: ${localstatedir}/mason_data
|
|
sessionstatedir: ${localstatedir}/session_data
|
|
customdir: ${prefix}/local
|
|
custometcdir: ${customdir}/etc
|
|
customhtmldir: ${customdir}/html
|
|
customlexdir: ${customdir}/po
|
|
customstaticdir: ${customdir}/static
|
|
customlibdir: ${customdir}/lib
|
|
</Layout>
|