mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 22:15:36 -07:00
kiss: Silently skip fixdeps() if dependencies not available
This commit is contained in:
parent
228e52f1ca
commit
0c9d1b7c3b
5
kiss
5
kiss
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user