1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-17 11:06:13 +02:00

Fix gcc child package symlinks

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-02-19 12:55:59 +01:00
parent 9e361a4cd3
commit 2fbfbbe059

View file

@ -7,9 +7,7 @@ DEPENDS="tc-binutils tc-cloog tc-gmp tc-isl tc-mpc tc-mpfr linux_headers"
prepare() {
for child in cloog gmp isl mpc mpfr; do
unset -f build deploy prepare
unset -v VERSION TARBALL URL SRCDIR SHA256SUM DEPENDS
source "$SCRIPTDIR/pkg/$child/build"
include_pkg "tc-$child"
if [ ! -e "$child" ]; then
echo "installing symlink to $child..."