abuild: no missing dependencies might happen
This commit is contained in:
parent
5b8d1709da
commit
e0f546896f
@ -693,7 +693,7 @@ depparse_aports() {
|
|||||||
|
|
||||||
deptrace() {
|
deptrace() {
|
||||||
local deps="$@"
|
local deps="$@"
|
||||||
[ -z "$deps" ] && die "should not happen"
|
[ -z "$deps" ] && return 0
|
||||||
( depparse_aports
|
( depparse_aports
|
||||||
if [ -z "$upgrade" ]; then
|
if [ -z "$upgrade" ]; then
|
||||||
# list installed pkgs and prefix with 'i '
|
# list installed pkgs and prefix with 'i '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user