Skip to content

Commit 224a835

Browse files
committed
fix library path in initrd build
1 parent 62c544e commit 224a835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ initrd/bin/busybox: $(build)/$(busybox_dir)/busybox
9999
# that were installed.
100100
initrd_libs: $(initrd_bins)
101101
./populate-lib \
102-
./initrd/lib/x86-64-linux-gnu/ \
102+
./initrd/lib/x86_64-linux-gnu/ \
103103
initrd/bin/* \
104104
initrd/sbin/* \
105105

0 commit comments

Comments
 (0)