From adea279fd95c2cf00b2b87212d24f7f6a7f2014f Mon Sep 17 00:00:00 2001 From: glenux Date: Tue, 15 Sep 2009 10:00:14 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44ff6e3..96e0dc4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ clean: install: mkdir -p $(BINDIR) 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 install -D -o root -g root -m 644 $(CURDIR)/sshfs-mapper.completion $(DESTDIR)/etc/bash_completion.d/sshfs-mapper #