Skip to content

Commit 4a4cf10

Browse files
author
root
committedJun 21, 2012
Small tweak for building IM
1 parent dcbfdf0 commit 4a4cf10

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
@@ -526,7 +526,7 @@ buildImageMagick(){
526526
$WRE_MAKE install; checkError $? "Image Magick make install"
527527

528528
cd $WRE_BUILDDIR
529-
cp source/colors.xml $PREFIX/lib/ImageMagick/config/
529+
cp source/colors.xml $PREFIX/lib/ImageMagick-6.7.6/config/
530530

531531
if [ "$WRE_IA64" == 1 ]; then
532532
LDFLAGS="$SAVED_LDFLAGS"

0 commit comments

Comments
 (0)
Please sign in to comment.