source: INSTALL@ 2bfc61a

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 2bfc61a was 8778e1e, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Small typo

  • Property mode set to 100644
File size: 1.1 KB
Line 
1Installation Instructions
2*************************
3
4If you plan to use the packages download feature of jhalfs and
5your host system uses a md5sum program that doesn't accept '-'
6as a file name, like the one shipped with Debian 3.1 stable,
7apply the included patch, issuing:
8
9patch -Np0 < jhalfs-0.2-debian_31_as_host-1.patch
10
11jhalfs can be used directly from the sources directory, or
12installed system-wide.
13
14To install jhalfs system-wide issue as root:
15
16make install
17
18That will install the jhalfs script under /usr/bin, the
19configuration file under /etc/jhalfs, and the style sheet,
20functions, README, and LICENSE files under /usr/share/jhalfs.
21
22To customize the installation locations, the following environment
23variables can be used:
24
25BIN=/some/path Define where the jhalfs script will be
26 installed
27
28CONFIG=/some/path Define where the configuration file will be
29 installed
30
31DATA=/some/path Define where the additional files will be
32 installed
33
34For example, to install the program and files into root's home:
35
36make BIN=/root/bin CONFIG=/root/jhalfs DATA=/root/jhalfs
Note: See TracBrowser for help on using the repository browser.