Added a new conf option: XBPS_PACKAGESDIR.
This is to specify where to store the binary packages. --HG-- extra : convert_revision : 16d810d058b78662a33d8492caf7981e0700808e
This commit is contained in:
@@ -273,7 +273,7 @@ list_pkgs_in_dict(prop_dictionary_t dict)
|
||||
prop_dictionary_get_cstring_nocopy(obj, "version", &version);
|
||||
prop_dictionary_get_cstring_nocopy(obj, "short_desc", &short_desc);
|
||||
if (pkgname && version && short_desc)
|
||||
printf("%s-%s\t%s\n", pkgname, version, short_desc);
|
||||
printf("%s (%s)\t%s\n", pkgname, version, short_desc);
|
||||
}
|
||||
prop_object_iterator_release(iter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user