Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use '*' to indicate architecture independence.
Matthew Seaman committed 13 years ago
commit 1ea19352e1163eabe5211f7c8c94350180cb22fa
parent e089b1df7eac0099194c665655661b4633ee17d0
1 file changed +1 -1
modified libpkg/pkg_elf.c
@@ -363,7 +363,7 @@ get_myarch(char *dest, size_t sz, bool arch_indep)
		snprintf(dest, sz, "%s:%d:%s",
			 osname,
			 version / 100000,
-
			 "arch-indep");
+
			 "*");
	} else {
		snprintf(dest, sz, "%s:%d:%s:%s",
			 osname,