From 8fdf6a24736fd676cbd28de11b21a31b2fd6664e Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 18 May 2024 22:09:49 +0200 Subject: configure: pass the -r flag to cp --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 68486a3..a00deff 100755 --- a/configure +++ b/configure @@ -113,7 +113,7 @@ raw("USERBINS = " + " ".join(userbins)) # don't build the example implementation from libext2 t('out/obj/cmd/ext2fs/ext2/example.c.o', '', ['touch $@']) -t('out/initrd/%', 'sysroot/%', ['cp $< $@']) +t('out/initrd/%', 'sysroot/%', ['cp -r $< $@']) t('out/initrd.tar', '$(patsubst sysroot/%,out/initrd/%,$(shell find sysroot/ -type f)) ' -- cgit v1.2.3