From 82312b2d727d58ab6c28fe3b3dd62d5f0a03c376 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Sat, 6 Dec 2014 20:17:22 -0500 Subject: [PATCH] hardcoding paths is the devil --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4246e3..0fc7bc9 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ container: build_container ./meta/launch build: - cp -R /opt/initrd/initcpio/* /usr/lib/initcpio/ + cp -R ./initcpio/* /usr/lib/initcpio/ mkdir -p build /lib/modules/kernel mkinitcpio -c /dev/null -A base,udev,lvm-dock0,dock0 -g build/initrd.img -k kernel