mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
stripping the binary when installing
This commit is contained in:
parent
0860c0ef24
commit
1f314ac1df
@ -84,6 +84,7 @@ dist:
|
||||
rm -rf ../$(TARGET)
|
||||
|
||||
install: xca
|
||||
strip xca
|
||||
install -m 755 -o root -g root xca $(DESTDIR)@prefix@/bin
|
||||
install -m 755 -o root -g root -d $(DESTDIR)@prefix@/share/xca
|
||||
install -m 644 -o root -g root img/*.png $(DESTDIR)@prefix@/share/xca
|
||||
|
||||
Loading…
Reference in New Issue
Block a user