mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Copy all types of build scripts into sysa, not just kaem.
This commit is contained in:
parent
04ce8ebaef
commit
8113b92173
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue