Changeset 527d773 for INSTALL


Ignore:
Timestamp:
11/01/2005 12:07:25 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
bf3ad3a
Parents:
53153f8
Message:

Minor corrections to INSTALL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r53153f8 r527d773  
    33
    44If you plan to use the packages download feature of jhalfs and
    5 your host system use a md5sum program that don't accept - as
    6 file name, like the one shipped with Debian 3.1 stable, apply
    7 the included patch issuing:
     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:
    88
    99patch -Np0 < jhalfs-0.2-debian_31_as_host-1.patch
     
    1414To install jhalfs system-wide issue as root:
    1515
    16 make
     16make install
    1717
    1818That will install the jhalfs script under /usr/bin, the
     
    2020functions and README files under /usr/share/jhalfs.
    2121
    22 To customize the installation locations, the next environment
     22To customize the installation locations, the following environment
    2323variables can be used:
    2424
    2525BIN=/some/path      Define where the jhalfs script will be
    2626                    installed
     27
    2728CONFIG=/some/path   Define where the configuration file will be
    2829                    installed
     30
    2931DATA=/some/path     Define where the additional files will be
    3032                    installed
    3133
    32 For example, to install the program and files in the root's home:
     34For example, to install the program and files into root's home:
    3335
    3436make BIN=/root/bin CONFIG=/root/jhalfs DATA=/root/jhalfs
Note: See TracChangeset for help on using the changeset viewer.