logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 8113b9217393927abcc1a6a36ab4553489c2e158
parent 04ce8ebaefb561096ffe4d4dce5cc30610cb2aa9
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Tue, 12 Jan 2021 21:18:59 +0000

Copy all types of build scripts into sysa, not just kaem.

Diffstat:

Mrootfs.sh4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rootfs.sh b/rootfs.sh @@ -98,7 +98,9 @@ get_file() { else bname=$(basename "$url" ".tar.${ext}") fi - cp "${bname}.kaem" tmp/after + if [ -f "{bname}.*" ]; then + cp "${bname}.*" tmp/after + fi cp "../sources/$(basename "$url")" tmp/after }