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:
Glenn Y. Rolland 2011-03-07 23:24:02 +00:00
parent 3cf265adf1
commit 32970fd84e
2 changed files with 1 additions and 1 deletions

View file

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