Skip to content

Commit 8d56ac9

Browse files
committedJan 5, 2012
Make ImageMagick install into the right place.
1 parent b50a3aa commit 8d56ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ buildImageMagick(){
355355
$WRE_MAKE distclean
356356
$WRE_MAKE clean
357357
fi
358-
GNUMAKE=$WRE_MAKE ./configure LD=ld --enable-delegate-build LDFLAGS=-L$PREFIX/lib CPPFLAGS=-I$PREFIX/include --enable-shared --prefix=$WRE_ROOT --with-jpeg --with-png --with-perl --without-x --with-xml
358+
GNUMAKE=$WRE_MAKE ./configure LD=ld --enable-delegate-build LDFLAGS=-L$PREFIX/lib CPPFLAGS=-I$PREFIX/include --enable-shared --prefix=$PREFIX --with-jpeg --with-png --with-perl --without-x --with-xml
359359
$WRE_MAKE; checkError $? "Image Magick make"
360360
$WRE_MAKE install; checkError $? "Image Magick make install"
361361

0 commit comments

Comments
 (0)
Please sign in to comment.