summaryrefslogtreecommitdiff
blob: 39dde0a3a7bad747ad67ae754118afb9486ab1ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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>