xbps-repo: genindex: print error msg if required dirs to store

binpkgs are not there.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091124234531-a80dunrglt6st72i
This commit is contained in:
Juan RP 2009-11-24 23:45:31 +00:00
parent 7ca13ee7df
commit 4e7bb3b451

View File

@ -330,6 +330,7 @@ xbps_repo_genindex(const char *pkgdir)
dirp = opendir(path);
if (dirp == NULL) {
printf("E: unexistent '%s' directory!\n", path);
free(path);
continue;
}