mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
Merge pull request #519 from mischief/lib-path
build_library: use lib for tmpfiles rather than lib64
This commit is contained in:
commit
4ec33c5495
@ -102,7 +102,7 @@ create_prod_image() {
|
|||||||
sudo ln --symbolic ../usr/lib/ld.so.conf ${root_fs_dir}/etc/ld.so.conf
|
sudo ln --symbolic ../usr/lib/ld.so.conf ${root_fs_dir}/etc/ld.so.conf
|
||||||
|
|
||||||
# Add a tmpfiles rule that symlink ld.so.conf from /usr into /
|
# Add a tmpfiles rule that symlink ld.so.conf from /usr into /
|
||||||
sudo tee "${root_fs_dir}/usr/lib64/tmpfiles.d/baselayout-ldso.conf" \
|
sudo tee "${root_fs_dir}/usr/lib/tmpfiles.d/baselayout-ldso.conf" \
|
||||||
> /dev/null <<EOF
|
> /dev/null <<EOF
|
||||||
L+ /etc/ld.so.conf - - - - ../usr/lib/ld.so.conf
|
L+ /etc/ld.so.conf - - - - ../usr/lib/ld.so.conf
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user