lib/repo_pkgdeps.c: print correctly missing dependencies.
This commit is contained in:
parent
bb0c3250b1
commit
db7dd3fd9b
@ -138,7 +138,7 @@ out:
|
|||||||
if (add_pkgdep) {
|
if (add_pkgdep) {
|
||||||
char *str;
|
char *str;
|
||||||
|
|
||||||
str = xbps_xasprintf("MISSING: %s", reqpkg_str);
|
str = xbps_xasprintf("MISSING: %s", reqpkg);
|
||||||
xbps_array_add_cstring(mdeps, str);
|
xbps_array_add_cstring(mdeps, str);
|
||||||
free(str);
|
free(str);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user