Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix build
Baptiste Daroussin committed 11 years ago
commit 2bba9148747001521ac091fba6f7a06f10dfd1a3
parent f13e175b4d89d96d5dbfc1f4a0aa9ef010efe81f
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