mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
sys-devel/gcc-arm-none-eabi: Prefix support
This commit is contained in:
parent
a65fa81221
commit
8474abe04d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ src_install() {
|
|||
use python2 || rm "${ED}"/opt/gcc-arm-none-eabi/bin/arm-none-eabi-gdb-py
|
||||
fowners -R root:0 /opt/${PN}
|
||||
|
||||
local DEST=/opt/${PN}
|
||||
local DEST="${EPREFIX}/opt/${PN}"
|
||||
cat > "${T}/env" << EOF
|
||||
PATH=${DEST}/bin
|
||||
ROOTPATH=${DEST}/bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue