mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-04-05 06:51:51 +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
|
install: target/release/exa
|
||||||
# BSD and OSX don't have -D to create leading directories
|
# 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 -sm755 -- target/release/exa "$(DESTDIR)$(PREFIX)/bin/"
|
||||||
install -m644 -- contrib/man/exa.1 "$(DESTDIR)$(PREFIX)/share/man/man1/"
|
install -m644 -- contrib/man/exa.1 "$(DESTDIR)$(PREFIX)/share/man/man1/"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user