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() {
|
prepare() {
|
||||||
for child in cloog gmp isl mpc mpfr; do
|
for child in cloog gmp isl mpc mpfr; do
|
||||||
unset -f build deploy prepare
|
include_pkg "tc-$child"
|
||||||
unset -v VERSION TARBALL URL SRCDIR SHA256SUM DEPENDS
|
|
||||||
source "$SCRIPTDIR/pkg/$child/build"
|
|
||||||
|
|
||||||
if [ ! -e "$child" ]; then
|
if [ ! -e "$child" ]; then
|
||||||
echo "installing symlink to $child..."
|
echo "installing symlink to $child..."
|
||||||
|
|
Loading…
Reference in a new issue