Replaced tar with bsdtar to ensure disponibility of -o, which is

needed during builds as root
This commit is contained in:
Lionel Sambuc 2012-10-09 18:51:33 +02:00
parent 7dd286e6b8
commit e1c1f5bfd9
5 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ then
fi
fi
tar -xf binutils-2.17a.tar.bz2 && \
bsdtar -oxf binutils-2.17a.tar.bz2 && \
mv binutils-2.17 dist && \
cd dist && \
cat ../../../../tools/binutils/patches/* | patch -p0

View file

@ -24,7 +24,7 @@ then
fi
fi
tar -xf gcc-4.4.3.tar.bz2 && \
bsdtar -oxf gcc-4.4.3.tar.bz2 && \
mv gcc-4.4.3 dist && \
cd dist && \
cat ../../../../tools/gcc/patches/* | patch -p0 && \

View file

@ -23,7 +23,7 @@ then
fi
fi
tar -xf mpc-0.9.tar.gz
bsdtar -oxf mpc-0.9.tar.gz
mv mpc-0.9 dist
fi

View file

@ -23,7 +23,7 @@ then
fi
fi
tar -xf gmp-5.0.2.tar.bz2
bsdtar -oxf gmp-5.0.2.tar.bz2
mv gmp-5.0.2 dist
fi

View file

@ -23,7 +23,7 @@ then
fi
fi
tar -xf mpfr-3.1.0.tar.bz2
bsdtar -oxf mpfr-3.1.0.tar.bz2
mv mpfr-3.1.0 dist
fi