sys-apps/pacman: Fix einfo message.
authorUlrich Müller <ulm@gentoo.org>
Wed, 8 Jan 2020 17:50:56 +0000 (18:50 +0100)
committerUlrich Müller <ulm@gentoo.org>
Wed, 8 Jan 2020 17:50:56 +0000 (18:50 +0100)
Closes: https://bugs.gentoo.org/704978
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
sys-apps/pacman/pacman-5.0.2-r2.ebuild

index 37ec0a9e7aafeb992d6824a6f8c52ce4c121364b..59c237525513de8110a17f63c5bc56e7ebe57f91 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -108,7 +108,7 @@ pkg_postinst() {
        einfo "The default root dir was set to ${EPREFIX}/var/chroot/archlinux"
        einfo "to avoid breaking Gentoo systems due to oscitancy."
        einfo "If you prefer another directory, take a look at"
-       einfo "pacmans parameter -r|--root)."
+       einfo "pacman's parameter -r|--root)."
        einfo ""
        einfo "You will need to setup at least one mirror in /etc/pacman.d/mirrorlist."
        einfo "Please generate it manually according to the Archlinux documentation:"