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

needed during builds as root
This commit is contained in:
2012-11-15 16:07:29 +01:00
parent 7dd286e6b8
commit e1c1f5bfd9
5 changed files with 5 additions and 5 deletions
+1 -1
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
+1 -1
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 && \