Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
sshfs-mapper: Renamed sshfs-mapper to sshfs-mapper.sh
Browse files Browse the repository at this point in the history
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1654 eaee96b3-f302-0410-b096-c6cfd47f7835
  • Loading branch information
glenux committed Mar 7, 2011
1 parent 334ee83 commit 2c979d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
#
Expand Down
File renamed without changes.

0 comments on commit 2c979d9

Please sign in to comment.