Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
backup_libraries: use proper ABI instead of '*'
Baptiste Daroussin committed 6 months ago
commit 86d695c1a28794ff03cb1a5c8bc4151d1977667e
parent 609d703
1 file changed +1 -1
modified libpkg/backup_lib.c
@@ -65,7 +65,7 @@ register_backup(struct pkgdb *db, int fd, const char *path)
		pkg->maintainer = xstrdup("root@localhost");
		pkg->www = xstrdup("N/A");
		pkg->prefix = xstrdup("/");
-
		pkg->abi = "*";
+
		pkg->abi = pkg_abi_to_string(&ctx.abi);
	}
	free(pkg->version);
	t = time(NULL);