Ported r2153:2156 from trunk.
This commit is contained in:
parent
98d09b095e
commit
0b02bb13aa
2 changed files with 2 additions and 2 deletions
2
INSTALL
2
INSTALL
|
@ -17,7 +17,7 @@ make install
|
|||
|
||||
That will install the jhalfs script under /usr/bin, the
|
||||
configuration file under /etc/jhalfs, and the style sheet,
|
||||
functions and README files under /usr/share/jhalfs.
|
||||
functions, README, and LICENSE files under /usr/share/jhalfs.
|
||||
|
||||
To customize the installation locations, the following environment
|
||||
variables can be used:
|
||||
|
|
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ CONFIG=/etc/jhalfs
|
|||
DATA=$(PREFIX)/share/jhalfs
|
||||
|
||||
# List of additional files
|
||||
DATAFILES=functions dump-lfs-scripts.xsl README
|
||||
DATAFILES=functions dump-lfs-scripts.xsl README LICENSE
|
||||
|
||||
install:
|
||||
install -v -d $(BIN)
|
||||
|
|
Reference in a new issue