kiss: Silently skip fixdeps() if dependencies not available

This commit is contained in:
Dylan Araps 2020-05-21 11:11:10 +03:00
parent 228e52f1ca
commit 0c9d1b7c3b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 0 additions and 5 deletions

5
kiss
View File

@ -448,11 +448,6 @@ pkg_fixdeps() {
# dependencies pulled in by the package's build suite.
log "$1" "Checking for missing dependencies"
command -v ldd >/dev/null || {
war "ldd not found, skipping dependency fixer"
return 0
}
# Go to the built package directory to simplify path building.
cd "$pkg_dir/$1/$pkg_db/$1"