Add cp to coreutils checksums and use cp to unpack tcc sources.

This commit is contained in:
Andrius Štikonas 2021-02-21 12:22:43 +00:00
parent 7803089a6b
commit 7e9054570e
3 changed files with 3 additions and 3 deletions

View file

@ -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() {