mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Add cp to coreutils checksums and use cp to unpack tcc sources.
This commit is contained in:
parent
7803089a6b
commit
7e9054570e
3 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_unpack() {
|
||||
# Our cp does not support recursive copying
|
||||
tar -c -C ../src/ -f tcc-0.9.27.tar tcc-0.9.27/
|
||||
tar -xf tcc-0.9.27.tar
|
||||
cp -r ../src/tcc-0.9.27 .
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue