Install also the BIN directory.
This commit is contained in:
parent
78e42706f2
commit
825d1efa26
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -9,6 +9,7 @@ DATA=/usr/share/jhalfs
|
|||
DATAFILES=functions dump-lfs-scripts.xsl README
|
||||
|
||||
install:
|
||||
install -v -d $(BIN)
|
||||
install -v -d $(CONFIG)
|
||||
install -v -d $(DATA)
|
||||
sed 's|source jhalfs.conf|source $(CONFIG)/jhalfs.conf|' jhalfs > $(BIN)/jhalfs
|
||||
|
|
Reference in a new issue