blob: 8d6e235c7a664f47b69e3cdfe4ef0c3b8736271f (
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
27
28
29
30
31
32
33
34
35
36
|
--- config.layout.orig 2016-06-08 21:49:02 UTC
+++ config.layout
@@ -110,24 +110,24 @@
sysconfdir: ${prefix}/etc+
mandir: ${prefix}/man
plugindir: ${prefix}/plugins
- libdir: ${prefix}/lib+
+ libdir: /usr/local/lib/perl5/site_perl
datadir: ${prefix}/share+
htmldir: ${datadir}/html
lexdir: ${datadir}/po
- staticdir: ${datadir}/static
+ staticdir: ${datadir}/static
fontdir: ${datadir}/fonts
manualdir: ${prefix}/share/doc+
logfiledir: /var/log
localstatedir: /var/run+
masonstatedir: ${localstatedir}/mason_data
sessionstatedir: ${localstatedir}/session_data
- customdir: ${prefix}/share+
- custometcdir: ${customdir}/local/etc
- customhtmldir: ${customdir}/local/html
- customlexdir: ${customdir}/local/po
- customstaticdir: ${customdir}/static
- customlibdir: ${customdir}/local/lib
- customplugindir: ${customdir}/local/plugins
+ customdir: ${prefix}
+ custometcdir: ${datadir}/etc
+ customhtmldir: ${customdir}/www+
+ customlexdir: ${datadir}/po
+ customstaticdir: ${datadir}/static
+ customlibdir: ${datadir}/lib
+ customplugindir: ${datadir}/plugins
</Layout>
# RH path layout.
|