mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-23 04:22:06 +00:00
Don't strip binaries
Let the package manager do it. You don't want to force stripping, the symbols are useful for debugging. Signed-off-by: Mattias Andrée <maandree@kth.se>
This commit is contained in:
parent
1099dad9d0
commit
f9208f9af8
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ target/release/exa:
|
||||
install: target/release/exa
|
||||
# BSD and OSX don't have -D to create leading directories
|
||||
install -dm755 -- "$(DESTDIR)$(PREFIX)/bin/" "$(DESTDIR)$(PREFIX)/share/man/man1/"
|
||||
install -sm755 -- target/release/exa "$(DESTDIR)$(PREFIX)/bin/"
|
||||
install -m755 -- target/release/exa "$(DESTDIR)$(PREFIX)/bin/"
|
||||
install -m644 -- contrib/man/exa.1 "$(DESTDIR)$(PREFIX)/share/man/man1/"
|
||||
|
||||
uninstall:
|
||||
|
Loading…
Reference in New Issue
Block a user