pkgtools

morpheus pkg tools
git clone git://git.2f30.org/pkgtools
Log | Files | Refs | README | LICENSE

commit 787dbc8d5ec576b00e1632223ecedc90eadb9c9c
parent bac5f573527447316fd25112fc4524fef2227b26
Author: sin <sin@2f30.org>
Date:   Tue, 17 Jun 2014 15:59:40 +0100

Clarify dir pruning

Diffstat:
Mdb.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/db.c b/db.c @@ -456,6 +456,7 @@ dbpkgremove(struct db *db, const char *file) if (S_ISDIR(sb.st_mode) == 1) { if (fflag == 0) printf("ignoring directory %s\n", pe->path); + /* We'll remove these further down in a separate pass */ continue; }