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 gmp-5.0.2.tar.bz2
bsdtar -oxf gmp-5.0.2.tar.bz2
mv gmp-5.0.2 dist
fi
+1 -1
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