diff --git a/bin/xbps-repo/index.c b/bin/xbps-repo/index.c index 66475847..29427684 100644 --- a/bin/xbps-repo/index.c +++ b/bin/xbps-repo/index.c @@ -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; }