mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
profiles/p/l-s/profile.bashrc: update sed for ppc64.
Credit: François Bissey Reference: https://archives.gentoo.org/gentoo-alt/message/d890ad55f3ac96f4db5d7f8291351834
This commit is contained in:
@@ -11,7 +11,7 @@ if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; the
|
||||
einfo "Prefixifying dynamic linkers..."
|
||||
for h in gcc/config/*/*linux*.h; do
|
||||
ebegin " Updating $h"
|
||||
sed -i -r "s,(_DYNAMIC_LINKER.*\")(/lib),\1${EPREFIX}\2," $h
|
||||
sed -i -r "/_DYNAMIC_LINKER/s,([\":])(/lib),\1${EPREFIX}\2,g" $h
|
||||
eend $?
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user