sshfs-mapper: Replaced cp by install for binary installation.
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1427 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
ee7916913f
commit
adea279fd9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ clean:
|
||||||
install:
|
install:
|
||||||
mkdir -p $(BINDIR)
|
mkdir -p $(BINDIR)
|
||||||
mkdir -p $(MANDIR)/man1
|
mkdir -p $(MANDIR)/man1
|
||||||
cp sshfs-mapper $(BINDIR)/
|
install -D -o root -g root -m 755 $(CURDIR)/sshfs-mapper $(BINDIR)/
|
||||||
cat sshfs-mapper.1 | gzip > $(MANDIR)/man1/sshfs-mapper.1.gz
|
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
|
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