sshfs-mapper: Renamed sshfs-mapper to sshfs-mapper.sh
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1654 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
334ee83a2f
commit
2c979d9de2
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ clean:
|
|||
install:
|
||||
mkdir -p $(BINDIR)
|
||||
mkdir -p $(MANDIR)/man1
|
||||
install -D -o root -g root -m 755 $(CURDIR)/sshfs-mapper $(BINDIR)/
|
||||
install -D -o root -g root -m 755 $(CURDIR)/sshfs-mapper.sh $(BINDIR)/sshfs-mapper
|
||||
cat sshfs-mapper.1 | gzip > $(MANDIR)/man1/sshfs-mapper.1.gz
|
||||
install -D -o root -g root -m 644 $(CURDIR)/sshfs-mapper.completion $(DESTDIR)/etc/bash_completion.d/sshfs-mapper
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue