Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Stop showing installed on: ... on anything not installed
Baptiste Daroussin committed 9 years ago
commit d2ba38c68877e05ceb92eb372fb11e366198f895
parent a6d6bfe
1 file changed +1 -1
modified src/utils.c
@@ -432,7 +432,7 @@ print_info(struct pkg * const pkg, uint64_t options)
			pkg_printf("%n\n", pkg);
			break;
		case INFO_INSTALLED:
-
			if (pkg_type(pkg) != PKG_REMOTE) {
+
			if (pkg_type(pkg) == PKG_INSTALLED) {
				if (print_tag) {
					printf("%-15s: ", "Installed on");
					pkg_printf("%t%{%c %Z%}\n", pkg);