diff options
-rw-r--r-- | libopkg/pkg_hash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libopkg/pkg_hash.c b/libopkg/pkg_hash.c index 917f433..a276628 100644 --- a/libopkg/pkg_hash.c +++ b/libopkg/pkg_hash.c @@ -257,8 +257,7 @@ pkg_t *pkg_hash_fetch_best_installation_candidate(opkg_conf_t *conf, abstract_pk if (vec->len > 0 && matching_pkgs->len < 1) { - opkg_message (conf, OPKG_ERROR, " Packages found, but none available for the current " - "architecture\n"); + opkg_message (conf, OPKG_ERROR, "Packages were found, but none compatible with the architectures configured\n"); if (err) *err = OPKG_PKG_HAS_NO_AVAILABLE_ARCH; } |