mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 12:55:23 +01:00
Add artificial symlinks to musl package to ease its use.
This commit is contained in:
parent
c1ed20adc8
commit
89c7c10b8e
2 changed files with 6 additions and 1 deletions
|
|
@ -31,4 +31,9 @@ src_install() {
|
|||
# Add library search path configurtion
|
||||
mkdir -p "${DESTDIR}/etc"
|
||||
cp ld-musl-i386.path "${DESTDIR}/etc"
|
||||
|
||||
# Re-add /bin and /lib symlinks here so that binary package
|
||||
# is self-contained and usable outside live-bootstrap
|
||||
ln --symbolic --relative "${DESTDIR}/${PREFIX}/lib" "${DESTDIR}/lib"
|
||||
ln --symbolic --relative "${DESTDIR}/${PREFIX}/bin" "${DESTDIR}/bin"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue