mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 08:15:24 +01:00
Merge pull request #9 from stikonas/build_scripts
Copy all types of build scripts into sysa, not just kaem.
This commit is contained in:
commit
bca6f897a2
1 changed files with 3 additions and 1 deletions
|
|
@ -98,7 +98,9 @@ get_file() {
|
||||||
else
|
else
|
||||||
bname=$(basename "$url" ".tar.${ext}")
|
bname=$(basename "$url" ".tar.${ext}")
|
||||||
fi
|
fi
|
||||||
cp "${bname}.kaem" tmp/after
|
if [ -f "{bname}.*" ]; then
|
||||||
|
cp "${bname}.*" tmp/after
|
||||||
|
fi
|
||||||
cp "../sources/$(basename "$url")" tmp/after
|
cp "../sources/$(basename "$url")" tmp/after
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue