mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 16:40:07 -07:00
kiss: fix tar errors
This commit is contained in:
parent
ac87475be7
commit
00a71354c9
4
kiss
4
kiss
@ -273,10 +273,8 @@ pkg_strip() {
|
|||||||
|
|
||||||
# Suppress errors here as some binaries and libraries may
|
# Suppress errors here as some binaries and libraries may
|
||||||
# fail to strip. This is OK.
|
# fail to strip. This is OK.
|
||||||
strip "$strip_opt" "$file" 2>/dev/null &
|
strip "$strip_opt" "$file" 2>/dev/null ||:
|
||||||
done
|
done
|
||||||
|
|
||||||
wait
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_fixdeps() {
|
pkg_fixdeps() {
|
||||||
|
Loading…
Reference in New Issue
Block a user