Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Merge branch 'andrejzverev-patch2'
Matthew Seaman committed 11 years ago
commit 2aa0845eeee3c6d2caeaa8b9263cc30c798839d3
parent 2573d8b1f99387664b47f53d62a32d9bbebe2788
1 file changed +7 -3
modified src/utils.c
@@ -374,9 +374,13 @@ print_info(struct pkg * const pkg, uint64_t options)
			pkg_printf("%n\n", pkg);
			break;
		case INFO_INSTALLED:
-
			if (print_tag)
-
				printf("%-15s: ", "Installed on");
-
			pkg_printf("%t%{%+%}\n", pkg);
+
			if (pkg_type(pkg) != PKG_REMOTE) {
+
				if (print_tag) {
+
					printf("%-15s: ", "Installed on");
+
					pkg_printf("%t%{%+%}\n", pkg);
+
				}
+
			} else if (!print_tag)
+
				printf("\n");
			break;
		case INFO_VERSION:
			if (print_tag)