mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-17 09:34:10 -05: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
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ while [ ${#} -gt 0 ]; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if test "${dist}" = "" ; then
|
||||||
|
dist="precise trusty utopic"
|
||||||
|
fi
|
||||||
|
|
||||||
echo " "Using PGP key id : ${gpgkey}
|
echo " "Using PGP key id : ${gpgkey}
|
||||||
echo " "Using distributions: ${dist}
|
echo " "Using distributions: ${dist}
|
||||||
echo " "Using svn : ${rev}
|
echo " "Using svn : ${rev}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue