This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.properties
59 lines (41 loc) · 1.74 KB
/
install.properties
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Root for installation
prefix = /usr/local
# Install location for architecture-dependent files.
exec_prefix = ${prefix}
# Install location for user executables.
bindir = ${exec_prefix}/bin
# Install location for system admin executables.
sbindir = ${exec_prefix}/sbin
# Install prefix for program executables.
libexecdir = ${exec_prefix}/libexec/${ant.project.name}
# Install location for read-only architecture-independent data.
datarootdir = ${prefix}/share
# Install location for read-only architecture-independent data.
datadir = ${datarootdir}/${ant.project.name}
# Install location for read-only single-machine data..
sysconfdir = ${prefix}/etc
# Config file directory
confdir = ${sysconfdir}/defaults
# Install location for modifiable architecture-independent data.
sharedstatedir = ${prefix}/com
# Install location for modifiable single-machine data.
localstatedir = ${prefix}/var
# Install location for header files.
includedir = ${prefix}/include
# Install location for documentation.
docdir = ${datarootdir}/doc/${ant.project.name}
# Install location for info documentation.
infodir = ${datarootdir}/info
# Install localtion for htmp/dvi/pdf/ps documentation
htmldir = ${docdir}
dvidir = ${docdir}
pdfdir = ${docdir}
psdir = ${docdir}
# Install location for libraries.
libdir = ${exec_prefix}/lib
# Install location for Emacs Lisp files
lispdir = ${datarootdir}/emacs/site-lisp
# Install location for locale-specific message catalogs
localedir = ${datarootdir}/locale
# Install location for man documentation.
mandir = ${datarootdir}/man