Fix build when /usr/local is a symlink.

PR:		42320
This commit is contained in:
Joe Marcus Clarke 2002-09-03 15:14:01 +00:00
parent 5ca33cc043
commit de3acd8389
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65560

View File

@ -208,7 +208,7 @@ xmlcatalog --noout --add "delegatePublic" \
#
top=`dirname $docbookdir`
found=`find $top -name chunk.xsl 2> /dev/null`
found=`find ${PREFIX} -name chunk.xsl 2> /dev/null`
found=`find ${PREFIX}/ -name chunk.xsl 2> /dev/null`
if [ "$found" = "" ] ; then
echo could not locate chunk-common.xsl of DocBook XSLT stylesheets
exit 1