mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#3732] Fix tee in ld.so.conf in fuzzing
This commit is contained in:
parent
92d57a18a8
commit
cc9a1fd5df
@ -28,8 +28,8 @@ install_kea() {
|
|||||||
meson compile -C build
|
meson compile -C build
|
||||||
meson install -C build
|
meson install -C build
|
||||||
|
|
||||||
echo "${OUT}/lib" | sudo tee /etc/ld.so.conf.d/kea.conf
|
echo "${OUT}/lib" | sudo tee -a /etc/ld.so.conf.d/kea.conf
|
||||||
echo "${OUT}/lib/x86_64-linux-gnu" | sudo tee /etc/ld.so.conf.d/kea.conf
|
echo "${OUT}/lib/x86_64-linux-gnu" | sudo tee -a /etc/ld.so.conf.d/kea.conf
|
||||||
ldconfig
|
ldconfig
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user