Rename property in conf file for virtual packages to "virtual-packages".
This commit is contained in:
parent
a9a558796c
commit
cb7b44bc13
@ -38,7 +38,7 @@
|
|||||||
</array>
|
</array>
|
||||||
|
|
||||||
<!-- Virtual packages -->
|
<!-- Virtual packages -->
|
||||||
<key>package-virtual</key>
|
<key>virtual-packages</key>
|
||||||
<array>
|
<array>
|
||||||
<!-- This dictionary sets that we _always_ want
|
<!-- This dictionary sets that we _always_ want
|
||||||
the "dcron" package to be the default cron-daemon
|
the "dcron" package to be the default cron-daemon
|
||||||
|
@ -177,7 +177,7 @@ find_virtualpkg_user_in_conf(const char *vpkg, bool bypattern)
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if ((iter = xbps_array_iter_from_dict(xhp->conf_dictionary,
|
if ((iter = xbps_array_iter_from_dict(xhp->conf_dictionary,
|
||||||
"package-virtual")) == NULL)
|
"virtual-packages")) == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
while ((obj = prop_object_iterator_next(iter)) != NULL) {
|
while ((obj = prop_object_iterator_next(iter)) != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user