Skip to content
Snippets Groups Projects
Commit 3a4568a2 authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

[ #13887 ] Modify build script to better fetch kde

parent e5364577
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,11 @@ if [ -d "sflphone" ]; then
exit 1
fi
# Anonymous git http access
git clone http://sflphone.org/git/sflphone.git
# Anonymous git http access, also fetch KDE
git clone http://sflphone.org/git/sflphone.git --recursive
cd sflphone
git checkout origin/release -b release
git submodule update --init
# Get system parameters
arch_flag=`getconf -a|grep LONG_BIT | sed -e 's/LONG_BIT\s*//'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment