mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed defautl distributions for ubuntu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8120 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
79492068c8
commit
152dfde4c6
@ -45,6 +45,10 @@ while [ ${#} -gt 0 ]; do
|
||||
esac
|
||||
done
|
||||
|
||||
if test "${dist}" = "" ; then
|
||||
dist="precise trusty utopic"
|
||||
fi
|
||||
|
||||
echo " "Using PGP key id : ${gpgkey}
|
||||
echo " "Using distributions: ${dist}
|
||||
echo " "Using svn : ${rev}
|
||||
|
Loading…
Reference in New Issue
Block a user