sys-devel/bison: Sync with Gentoo

It's from Gentoo commit c823bcde83d1c00043d0b23e685d7d2d2243f112.
This commit is contained in:
Flatcar Buildbot 2023-05-22 07:15:35 +00:00 committed by Krzesimir Nowak
parent 6e604eebdf
commit 033cc70247

View File

@ -91,7 +91,7 @@ pkg_postinst() {
if [[ -e ${EROOT}/usr/bin/yacc ]] ; then
# bug #886123
ewarn "${EROOT}/usr/bin/yacc 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/yacc to .bak."
mv "${EROOT}/usr/bin/yacc" "${EROOT}/usr/bin/yacc.bak" || die
fi