mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
Tar extract files as yourself
Closes issue #395. Signed-off-by: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com>
This commit is contained in:
parent
7299cbb52c
commit
a343f95129
@ -27,7 +27,7 @@ url="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.tar
|
|||||||
echo "Downloading $url"
|
echo "Downloading $url"
|
||||||
curl -# -LO $url
|
curl -# -LO $url
|
||||||
|
|
||||||
tar xvzf git-${GIT_VERSION}.tar.gz
|
tar xvzf git-${GIT_VERSION}.tar.gz --no-same-owner
|
||||||
rm -f git-${GIT_VERSION}.tar.gz
|
rm -f git-${GIT_VERSION}.tar.gz
|
||||||
|
|
||||||
pushd git-${GIT_VERSION}
|
pushd git-${GIT_VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user