diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-05-15 20:48:28 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-05-15 20:48:28 +0200 |
commit | 5a7350c2ffc26cc9c07e83f8a54e6670c89e3632 (patch) | |
tree | 37eff9541814d189486509d6bd71132da0f2327c /app-arch | |
parent | dev-cpp/doctest: Stabilize 2.4.11 sparc, #906391 (diff) | |
download | gentoo-5a7350c2ffc26cc9c07e83f8a54e6670c89e3632.tar.gz gentoo-5a7350c2ffc26cc9c07e83f8a54e6670c89e3632.tar.bz2 gentoo-5a7350c2ffc26cc9c07e83f8a54e6670c89e3632.zip |
app-arch/tar: Fix typo in warning
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/tar/tar-1.34-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/tar/tar-1.34-r3.ebuild b/app-arch/tar/tar-1.34-r3.ebuild index 93ce4ad2e631..9ded78207c35 100644 --- a/app-arch/tar/tar-1.34-r3.ebuild +++ b/app-arch/tar/tar-1.34-r3.ebuild @@ -97,7 +97,7 @@ pkg_postinst() { if [[ -e ${EROOT}/usr/bin/tar ]] ; then # bug #904887 ewarn "${EROOT}/usr/bin/tar exists but is not a symlink." - ewarn "This is expected during Prefix bootstrap and unsual otherwise." + ewarn "This is expected during Prefix bootstrap and unusual otherwise." ewarn "Moving away unexpected ${EROOT}/usr/bin/tar to .bak." mv "${EROOT}/usr/bin/tar" "${EROOT}/usr/bin/tar.bak" || die fi |