mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 12:27:53 +00:00
Use the "install" program to install
This commit is contained in:
parent
d710151ea9
commit
cc1594360a
4
Makefile
4
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user