fix library path in initrd build

This commit is contained in:
Trammell Hudson 2016-08-02 21:53:23 -04:00
parent 62c544ea96
commit 224a835b99
Failed to extract signature

View File

@ -99,7 +99,7 @@ initrd/bin/busybox: $(build)/$(busybox_dir)/busybox
# that were installed.
initrd_libs: $(initrd_bins)
./populate-lib \
./initrd/lib/x86-64-linux-gnu/ \
./initrd/lib/x86_64-linux-gnu/ \
initrd/bin/* \
initrd/sbin/* \