forked from kiss-community/kiss
docs: update
This commit is contained in:
parent
a1c84eb491
commit
f27b25dbc8
3
kiss
3
kiss
@ -255,8 +255,7 @@ pkg_strip() {
|
|||||||
|
|
||||||
log "[$1] Stripping binaries and libraries"
|
log "[$1] Stripping binaries and libraries"
|
||||||
|
|
||||||
# Strip only files matching the below mime-types from the package
|
# Strip only files matching the below ELF types.
|
||||||
# directory. No alternative to 'file' here sadly.
|
|
||||||
find "$pkg_dir/$1" -type f | while read -r file; do
|
find "$pkg_dir/$1" -type f | while read -r file; do
|
||||||
case "$(readelf -h "$file" 2>/dev/null)" in
|
case "$(readelf -h "$file" 2>/dev/null)" in
|
||||||
*" DYN "*)
|
*" DYN "*)
|
||||||
|
Loading…
Reference in New Issue
Block a user