docs: update

This commit is contained in:
Dylan Araps 2019-08-30 17:09:55 +00:00
parent a1c84eb491
commit f27b25dbc8
1 changed files with 1 additions and 2 deletions

3
kiss
View File

@ -255,8 +255,7 @@ pkg_strip() {
log "[$1] Stripping binaries and libraries"
# Strip only files matching the below mime-types from the package
# directory. No alternative to 'file' here sadly.
# Strip only files matching the below ELF types.
find "$pkg_dir/$1" -type f | while read -r file; do
case "$(readelf -h "$file" 2>/dev/null)" in
*" DYN "*)