diff options
Diffstat (limited to 'adelie-build-txz')
-rwxr-xr-x | adelie-build-txz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adelie-build-txz b/adelie-build-txz index b544ef2..2adb819 100755 --- a/adelie-build-txz +++ b/adelie-build-txz @@ -180,7 +180,7 @@ make_structure() { # Put a copy of the kernel(s) in the kernels-$ARCH/ directory, so that # users may download them for netbooting or such. mkdir -p out/kernels/$ARCH - cp rootfs-$ARCH/boot/* out/kernels/$ARCH/ + cp -r rootfs-$ARCH/boot/* out/kernels/$ARCH/ } tar_it() { |