Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix typo
Baptiste Daroussin committed 11 years ago
commit a2e5ed1e06817a96aacf0b39900fb0022732b5af
parent d6e7b85
1 file changed +1 -1
modified libpkg/pkg_create.c
@@ -78,7 +78,7 @@ pkg_create_from_dir(struct pkg *pkg, const char *root,
		    obj ? pkg_object_string(obj) : "", pkg_path);

		if (lstat(fpath, &st) == -1) {
-
			pkg_emit_error("file '%s' is missing": fpath);
+
			pkg_emit_error("file '%s' is missing", fpath);
			return (EPKG_FATAL);
		}