Wiki page debian-start changed with summary [] by Bertrand Jacquin

This commit is contained in:
Bertrand Jacquin 2017-09-20 17:10:00 -07:00 committed by apache
parent b09374a070
commit 58e5e36e68
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ PREFIX="/usr/local"
PROJECTS="efl enlightenment"
# Download url
SITE=" http://git.enlightenment.org/core/"
SITE=" https://git.enlightenment.org/core/"
OPT="--prefix=$PREFIX"
PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH"
@ -94,7 +94,7 @@ for PROJ in $PROJECTS; do
done
#Optionnal Terminology
git clone http://git.enlightenment.org/apps/terminology.git
git clone https://git.enlightenment.org/apps/terminology.git
cd terminology
./autogen.sh $OPT
make