docs: update

This commit is contained in:
Dylan Araps 2020-05-24 17:50:28 +03:00
parent c7d05235c0
commit 4881e7a668
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -453,7 +453,7 @@ pkg_strip() {
# of ELF format (effectively hiding this fact).
find "$pkg_dir/$1" -type f | while read -r file; do
case $(od -j 16 -N 2 "$file") in
# REL (static libraries (.a)).
# REL (object files (.o), static libraries (.a)).
*\ 000001*|*\ 020040*) strip -g -R .comment -R .note "$file" ;;
# EXEC (binaries), DYN (shared libraries).