The LICENSE need to be installed also.

This commit is contained in:
Manuel Canales Esparcia 2005-11-03 18:45:54 +00:00
parent 299b7e0cc5
commit e874360f72
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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)