diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-30 17:09:55 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-30 17:09:55 +0000 |
commit | f36795644fdbbbdf272fb3e75174d52327bdedaf (patch) | |
tree | dd0904af467a1cb281b8c6a7815df3454a202909 /kiss | |
parent | 5b1ed78f8436f6137ce7ecbb8e44e62877a93089 (diff) | |
download | cpt-f36795644fdbbbdf272fb3e75174d52327bdedaf.tar.gz |
docs: update
FossilOrigin-Name: ef7a8eb1c357e4d67251a98e3f1d2787067784f4b2ec2ac74ec9472221e8449d
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 "*) |