build-style/void-cross: symlink bin on install
this is needed so that binaries go in sysroot/usr/bin instead of sysroot/bin
This commit is contained in:
parent
d6fbf4b348
commit
22962b7118
1 changed files with 1 additions and 0 deletions
|
@ -547,6 +547,7 @@ do_install() {
|
||||||
# and we want to delete the libexec from glibc afterwards to save space
|
# and we want to delete the libexec from glibc afterwards to save space
|
||||||
mkdir -p ${DESTDIR}/${sysroot}/usr/{bin,lib,libexec,include,share}
|
mkdir -p ${DESTDIR}/${sysroot}/usr/{bin,lib,libexec,include,share}
|
||||||
# Sysroot base symlinks
|
# Sysroot base symlinks
|
||||||
|
ln -sf usr/bin ${DESTDIR}/${sysroot}/bin
|
||||||
ln -sf usr/lib ${DESTDIR}/${sysroot}/lib
|
ln -sf usr/lib ${DESTDIR}/${sysroot}/lib
|
||||||
ln -sf usr/lib ${DESTDIR}/${sysroot}/lib${ws}
|
ln -sf usr/lib ${DESTDIR}/${sysroot}/lib${ws}
|
||||||
ln -sf lib ${DESTDIR}/${sysroot}/usr/lib${ws}
|
ln -sf lib ${DESTDIR}/${sysroot}/usr/lib${ws}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue