summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3ab8740..58ec176 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ build-no-git:
INSTALL = $(PREFIX)/bin/exa
$(INSTALL):
- cp target/release/exa $(PREFIX)/bin/
- cp contrib/man/*.1 $(PREFIX)/share/man/man1/
+ install -Dsm755 target/release/exa $(PREFIX)/bin/
+ install -Dm644 contrib/man/*.1 -t $(PREFIX)/share/man/man1/
install: build $(INSTALL)