mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Strip created binaries & libraries
This commit is contained in:
parent
73acbedf16
commit
76a5639b30
4 changed files with 83 additions and 47 deletions
|
|
@ -44,3 +44,8 @@ src_install() {
|
|||
ln --symbolic --relative "${DESTDIR}/${PREFIX}/lib" "${DESTDIR}/lib"
|
||||
ln --symbolic --relative "${DESTDIR}/${PREFIX}/bin" "${DESTDIR}/bin"
|
||||
}
|
||||
|
||||
src_postprocess() {
|
||||
# Stripping libc can cause some strange brokenness
|
||||
:
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue