mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
fix library path in initrd build
This commit is contained in:
parent
62c544ea96
commit
224a835b99
2
Makefile
2
Makefile
@ -99,7 +99,7 @@ initrd/bin/busybox: $(build)/$(busybox_dir)/busybox
|
|||||||
# that were installed.
|
# that were installed.
|
||||||
initrd_libs: $(initrd_bins)
|
initrd_libs: $(initrd_bins)
|
||||||
./populate-lib \
|
./populate-lib \
|
||||||
./initrd/lib/x86-64-linux-gnu/ \
|
./initrd/lib/x86_64-linux-gnu/ \
|
||||||
initrd/bin/* \
|
initrd/bin/* \
|
||||||
initrd/sbin/* \
|
initrd/sbin/* \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user