mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge pull request #633 from sirdiego/master
updated intaller to clone libmsode over https
This commit is contained in:
commit
6e0f73d616
@ -77,7 +77,7 @@ install_lib_mesode()
|
|||||||
echo
|
echo
|
||||||
echo Profanity installer... installing libmesode
|
echo Profanity installer... installing libmesode
|
||||||
echo
|
echo
|
||||||
git clone git@github.com:boothj5/libmesode.git
|
git clone https://github.com/boothj5/libmesode.git
|
||||||
cd libmesode
|
cd libmesode
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./configure --prefix=$1
|
./configure --prefix=$1
|
||||||
@ -117,7 +117,7 @@ cyg_install_lib_mesode()
|
|||||||
echo
|
echo
|
||||||
echo Profanity installer... installing libmesode
|
echo Profanity installer... installing libmesode
|
||||||
echo
|
echo
|
||||||
git clone git@github.com:boothj5/libmesode.git
|
git clone https://github.com/boothj5/libmesode.git
|
||||||
cd libmesode
|
cd libmesode
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./bootstrap.sh # second call seems to fix problem on cygwin
|
./bootstrap.sh # second call seems to fix problem on cygwin
|
||||||
|
Loading…
Reference in New Issue
Block a user