Skip to content

Commit 687098d

Browse files
committedJan 2, 2012
fixed hardcode path
1 parent 6af04cc commit 687098d

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
@@ -360,7 +360,7 @@ buildImageMagick(){
360360
$WRE_MAKE distclean
361361
$WRE_MAKE clean
362362
fi
363-
GNUMAKE=$WRE_MAKE ./configure LD=ld --enable-delegate-build LDFLAGS=-L$PREFIX/lib CPPFLAGS=-I$PREFIX/include --enable-shared --prefix=/data/apps --with-jpeg --with-png --with-gif --with-perl --without-x --with-xml
363+
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-gif --with-perl --without-x --with-xml
364364
$WRE_MAKE; checkError $? "Image Magick make"
365365
$WRE_MAKE install; checkError $? "Image Magick make install"
366366

0 commit comments

Comments
 (0)
Please sign in to comment.