Commit d6ce014b authored by Mircea Bardac's avatar Mircea Bardac

fix target downloading Psi nightly builds


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@43 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent 00113c9e
...@@ -21,6 +21,7 @@ download_lang: ...@@ -21,6 +21,7 @@ download_lang:
download_psi_nightly: download_psi_nightly:
rm -rf app/*.zip rm -rf app/*.zip
mkdir -p app
wget -nv http://www.kismith.co.uk/files/psi/windows/nightlies/ -O _tmplist wget -nv http://www.kismith.co.uk/files/psi/windows/nightlies/ -O _tmplist
@f=$$(cat _tmplist | grep .zip | tail -n1 | sed 's|.*HREF="\(.*\)">.*|\1|g'); wget $(SRC_APP)/$$f -O app/$$f @f=$$(cat _tmplist | grep .zip | tail -n1 | sed 's|.*HREF="\(.*\)">.*|\1|g'); wget $(SRC_APP)/$$f -O app/$$f
rm -f _tmplist rm -f _tmplist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment