Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix build
Baptiste Daroussin committed 11 years ago
commit 2bba9148747001521ac091fba6f7a06f10dfd1a3
parent f13e175
1 file changed +1 -1
modified libpkg/pkg_delete.c
@@ -166,7 +166,7 @@ rmdir_p(struct pkgdb *db, struct pkg *pkg, char *dir, const char *prefix_r)
	if (pkgdb_is_dir_used(db, fullpath, &cnt) != EPKG_OK)
		return;

-
	pkg_debug(1, "Number of packages owning the directory "%s": %d",
+
	pkg_debug(1, "Number of packages owning the directory '%s': %d",
	    fullpath, cnt);
	/*
	 * At this moment the package we are removing have already been removed