projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037ccf6
)
Change to a more reliable git source.
author
Guo Xiang Tan
<tgx_world@hotmail.com>
Wed, 4 Apr 2018 01:58:51 +0000
(09:58 +0800)
committer
Guo Xiang Tan
<tgx_world@hotmail.com>
Wed, 4 Apr 2018 01:58:51 +0000
(09:58 +0800)
image/base/install-imagemagick
patch
|
blob
|
blame
|
history
diff --git
a/image/base/install-imagemagick
b/image/base/install-imagemagick
index 7530e125efa02d838a8cbb7fb304dc478e7e0dc8..b69aac074aa56e07e622d54fd0597a6bacbaead5 100755
(executable)
--- a/
image/base/install-imagemagick
+++ b/
image/base/install-imagemagick
@@
-10,7
+10,7
@@
WDIR=/tmp/imagemagick
mkdir -p $WDIR
# Build and install libpng
-git clone -b v1.6.24
git://git.code.sf.net/p/libpng/code
$WDIR/libpng
+git clone -b v1.6.24
https://github.com/glennrp/libpng.git
$WDIR/libpng
cd $WDIR/libpng
./autogen.sh
./configure --prefix=$PREFIX