Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1cb7b48f authored by root's avatar root
Browse files

fix wrong sip path

parent cd961342
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ builddir="$scdir"/build ...@@ -11,7 +11,7 @@ builddir="$scdir"/build
cd "$builddir" cd "$builddir"
wget -i "$scdir"/reqs.txt wget -i "$scdir"/reqs.txt
cp "${scdir}/sip*.tar.gz" "${builddir}" cp ${scdir}/sip*.tar.gz "${builddir}"
ls -1 *.tar.gz|xargs -L 1 tar -xvf ls -1 *.tar.gz|xargs -L 1 tar -xvf
rm *.tar.gz rm *.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment