mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-23 04:22:06 +00:00
Add a missed DESTDIR
Signed-off-by: Mattias Andrée <maandree@kth.se>
This commit is contained in:
parent
d894a3a475
commit
1099dad9d0
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ target/release/exa:
|
||||
|
||||
install: target/release/exa
|
||||
# BSD and OSX don't have -D to create leading directories
|
||||
install -dm755 -- "$(PREFIX)/bin/" "$(DESTDIR)$(PREFIX)/share/man/man1/"
|
||||
install -dm755 -- "$(DESTDIR)$(PREFIX)/bin/" "$(DESTDIR)$(PREFIX)/share/man/man1/"
|
||||
install -sm755 -- target/release/exa "$(DESTDIR)$(PREFIX)/bin/"
|
||||
install -m644 -- contrib/man/exa.1 "$(DESTDIR)$(PREFIX)/share/man/man1/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user