docs: Update comment.

This commit is contained in:
Dylan Araps 2019-06-12 21:06:50 +03:00
parent f9863106c5
commit 68e144fd69

2
puke
View File

@ -84,7 +84,7 @@ pkg_build() {
}
pkg_strip() {
log "Stripping unneeded symbols from binaries and libraries"
log "Stripping unneeded symbols from binaries and libraries."
find "$pkg_dir" -type f | while read -r binary; do
case $(file -bi "$binary") in