From 2c979d9de26f8cf540e1fcfb786bca5f7f632c2c Mon Sep 17 00:00:00 2001 From: glenux Date: Mon, 7 Mar 2011 23:24:02 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- sshfs-mapper => sshfs-mapper.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sshfs-mapper => sshfs-mapper.sh (100%) diff --git a/Makefile b/Makefile index 96e0dc4..0a62853 100644 --- a/Makefile +++ b/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 # diff --git a/sshfs-mapper b/sshfs-mapper.sh similarity index 100% rename from sshfs-mapper rename to sshfs-mapper.sh