Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Don't know how and why c was looked for as a wildcard...
Baptiste Daroussin committed 11 years ago
commit 8df020307be2cd9809553213506b821060baa995
parent dbccbf6
1 file changed +1 -1
modified libpkg/pkg_elf.c
@@ -981,7 +981,7 @@ pkg_suggest_arch(struct pkg *pkg, const char *arch, bool isdefault)
{
	bool iswildcard;

-
	iswildcard = (strchr(arch, 'c') != NULL);
+
	iswildcard = (strchr(arch, '*') != NULL);

	if (iswildcard && isdefault)
		pkg_emit_developer_mode("Configuration error: arch \"%s\" "