From 224a835b99e8e35d5ea3e0af8153243e794fbb94 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Tue, 2 Aug 2016 21:53:23 -0400 Subject: [PATCH] fix library path in initrd build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c25411..b0abe89 100644 --- a/Makefile +++ b/Makefile @@ -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/* \