Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix pkg check -ra
Baptiste Daroussin committed 14 years ago
commit e67617cb4faecd31734261103d891bae30747444
parent aa23d970acb794f16477c5c5af2c93777076cac8
1 file changed +1 -0
modified pkg/check.c
@@ -313,6 +313,7 @@ exec_check(int argc, char **argv)
				break;
			case 'r':
				recomputeflatsize = true;
+
				flags |= PKG_LOAD_FILES;
				if (geteuid() != 0)
					errx(EX_USAGE, "Needs to be root to recompute the flatsize");
				break;