diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-08 18:50:56 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-08 18:50:56 +0100 |
commit | dedc9f52a92b3a504589cdcab354ac3064c956a2 (patch) | |
tree | 31ef126a7de1afe296f0d662d7b96e0e1016cd6c /sys-apps | |
parent | profiles/package.mask: Whitespace (diff) | |
download | gentoo-dedc9f52a92b3a504589cdcab354ac3064c956a2.tar.gz gentoo-dedc9f52a92b3a504589cdcab354ac3064c956a2.tar.bz2 gentoo-dedc9f52a92b3a504589cdcab354ac3064c956a2.zip |
sys-apps/pacman: Fix einfo message.
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>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pacman/pacman-5.0.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pacman/pacman-5.0.2-r2.ebuild b/sys-apps/pacman/pacman-5.0.2-r2.ebuild index 37ec0a9e7aaf..59c237525513 100644 --- a/sys-apps/pacman/pacman-5.0.2-r2.ebuild +++ b/sys-apps/pacman/pacman-5.0.2-r2.ebuild @@ -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 "pacman’s 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:" |