mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Build and install cp from coreutils to replace our minimal cp
Also update tcc-musl.sh to take advantage that cp can now copy recursively
This commit is contained in:
parent
b51a2ec069
commit
7803089a6b
3 changed files with 5 additions and 7 deletions
|
|
@ -3,9 +3,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