kiss: Hide strip errors once again.

This commit is contained in:
Dylan Araps 2020-05-21 17:36:33 +03:00
parent 11707b7ff4
commit 7ec23086af
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

@ -429,7 +429,7 @@ pkg_strip() {
log "$1" "Stripping binaries and libraries"
find "$pkg_dir/$1" -type f -exec strip {} \; ||:
find "$pkg_dir/$1" -type f -exec strip {} \; 2>/dev/null ||:
}
pkg_fixdeps() {