mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
sys-devel/bison: Sync with Gentoo
It's from Gentoo commit c823bcde83d1c00043d0b23e685d7d2d2243f112.
This commit is contained in:
parent
6e604eebdf
commit
033cc70247
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user