The LICENSE need to be installed also.
This commit is contained in:
parent
299b7e0cc5
commit
e874360f72
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
|
That will install the jhalfs script under /usr/bin, the
|
||||||
configuration file under /etc/jhalfs, and the style sheet,
|
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
|
To customize the installation locations, the following environment
|
||||||
variables can be used:
|
variables can be used:
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ CONFIG=/etc/jhalfs
|
||||||
DATA=$(PREFIX)/share/jhalfs
|
DATA=$(PREFIX)/share/jhalfs
|
||||||
|
|
||||||
# List of additional files
|
# List of additional files
|
||||||
DATAFILES=functions dump-lfs-scripts.xsl README
|
DATAFILES=functions dump-lfs-scripts.xsl README LICENSE
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -v -d $(BIN)
|
install -v -d $(BIN)
|
||||||
|
|
Reference in a new issue