diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) ' |