|
Lines 15-35
Link Here
|
| 15 |
# Main binaries |
15 |
# Main binaries |
| 16 |
BINDIR=$(PREFIX)/bin |
16 |
BINDIR=$(PREFIX)/bin |
| 17 |
# Configuration .lua files |
17 |
# Configuration .lua files |
| 18 |
ETCDIR=$(PREFIX)/etc/ion |
18 |
ETCDIR=$(PREFIX)/etc/ion2 |
| 19 |
# Some .lua files and ion-* shell scripts |
19 |
# Some .lua files and ion-* shell scripts |
| 20 |
SHAREDIR=$(PREFIX)/share/ion |
20 |
SHAREDIR=$(PREFIX)/share/ion2 |
| 21 |
# Manual pages |
21 |
# Manual pages |
| 22 |
MANDIR=$(PREFIX)/share/man |
22 |
MANDIR=$(PREFIX)/share/man |
| 23 |
# Some documents |
23 |
# Some documents |
| 24 |
DOCDIR=$(PREFIX)/share/doc/ion |
24 |
DOCDIR=$(PREFIX)/share/doc/ion2 |
| 25 |
# Nothing at the moment |
25 |
# Nothing at the moment |
| 26 |
INCDIR=$(PREFIX)/include/ion |
26 |
INCDIR=$(PREFIX)/include/ion2 |
| 27 |
# Nothing at the moment |
27 |
# Nothing at the moment |
| 28 |
LIBDIR=$(PREFIX)/lib |
28 |
LIBDIR=$(PREFIX)/lib |
| 29 |
# Modules |
29 |
# Modules |
| 30 |
MODULEDIR=$(LIBDIR)/ion |
30 |
MODULEDIR=$(LIBDIR)/ion2 |
| 31 |
# ion-completefile (does not belong in SHAREDIR being a binary file) |
31 |
# ion-completefile (does not belong in SHAREDIR being a binary file) |
| 32 |
EXTRABINDIR=$(LIBDIR)/ion |
32 |
EXTRABINDIR=$(LIBDIR)/ion2 |
| 33 |
|
33 |
|
| 34 |
## |
34 |
## |
| 35 |
## Modules |
35 |
## Modules |