Skip to content
Snippets Groups Projects
Commit e0f54689 authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: no missing dependencies might happen

parent 5b8d1709
No related branches found
No related tags found
No related merge requests found
......@@ -693,7 +693,7 @@ depparse_aports() {
deptrace() {
local deps="$@"
[ -z "$deps" ] && die "should not happen"
[ -z "$deps" ] && return 0
( depparse_aports
if [ -z "$upgrade" ]; then
# list installed pkgs and prefix with 'i '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment