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:
parent
7ca13ee7df
commit
4e7bb3b451
@ -330,6 +330,7 @@ xbps_repo_genindex(const char *pkgdir)
|
|||||||
|
|
||||||
dirp = opendir(path);
|
dirp = opendir(path);
|
||||||
if (dirp == NULL) {
|
if (dirp == NULL) {
|
||||||
|
printf("E: unexistent '%s' directory!\n", path);
|
||||||
free(path);
|
free(path);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user