mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Fix gcc child package symlinks
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
9e361a4cd3
commit
2fbfbbe059
1 changed files with 1 additions and 3 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue