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:
364611f
)
revert update for now as it breaks our test suite
author
Sam
<sam.saffron@gmail.com>
Thu, 18 Oct 2018 07:44:35 +0000
(18:44 +1100)
committer
Sam
<sam.saffron@gmail.com>
Thu, 18 Oct 2018 07:44:35 +0000
(18:44 +1100)
image/base/install-imagemagick
patch
|
blob
|
blame
|
history
diff --git
a/image/base/install-imagemagick
b/image/base/install-imagemagick
index bb9d4835838c33a8aac7d8498ef21f51baaa52c2..4c66fa3b0bc58fd8ba0a9a703168b4cbe239577f 100755
(executable)
--- a/
image/base/install-imagemagick
+++ b/
image/base/install-imagemagick
@@
-17,7
+17,7
@@
cd $WDIR/libpng
make all && make install
# Build and install ImageMagick
-wget -O $WDIR/ImageMagick.tar.gz "https://github.com/ImageMagick/ImageMagick/archive/7.0.8-
12
.tar.gz"
+wget -O $WDIR/ImageMagick.tar.gz "https://github.com/ImageMagick/ImageMagick/archive/7.0.8-
6
.tar.gz"
IMDIR=$WDIR/$(tar tzf $WDIR/ImageMagick.tar.gz --wildcards "ImageMagick-*/configure" |cut -d/ -f1)
tar zxf $WDIR/ImageMagick.tar.gz -C $WDIR
cd $IMDIR