xbps-rindex: [clean] if pkg cannot be read don't check for hash mismatch.

This commit is contained in:
Juan RP 2012-12-07 09:57:41 +01:00
parent 305659644f
commit 849191a5de

View File

@ -110,6 +110,7 @@ index_clean(struct xbps_handle *xhp, const char *repodir)
keyname = prop_dictionary_keysym_cstring_nocopy(obj);
prop_array_add_cstring_nocopy(result, keyname);
flush = true;
continue;
}
/*
* File can be read; check its hash.