From 152dfde4c67086e6774b11371154ad460c4d8de1 Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 4 Apr 2015 15:52:02 +0000 Subject: [PATCH] fixed defautl distributions for ubuntu git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8120 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Debian+Ubuntu/makeSourcePackage.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh index 36f72560c..0e695b525 100755 --- a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh +++ b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh @@ -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}