diff --git a/INSTALL b/INSTALL index 596e9f4..f346256 100644 --- a/INSTALL +++ b/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, README, and LICENSE files under /usr/share/jhalfs. +functions and README files under /usr/share/jhalfs. To customize the installation locations, the following environment variables can be used: diff --git a/Makefile b/Makefile index e38a6f3..9f310cb 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CONFIG=/etc/jhalfs DATA=$(PREFIX)/share/jhalfs # List of additional files -DATAFILES=functions dump-lfs-scripts.xsl README LICENSE +DATAFILES=functions dump-lfs-scripts.xsl README install: install -v -d $(BIN)