summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-03 15:14:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-03 15:14:01 +0000
commitde3acd8389549d70f5a83e50f782e7c01adbc504 (patch)
tree3b972846cb4eeb86f362fcc437b8962bcab4bd6b /textproc
parentAdd --enable-read-eta (diff)
Fix build when /usr/local is a symlink.
PR: 42320
Notes
Notes: svn path=/head/; revision=65560
Diffstat (limited to 'textproc')
-rw-r--r--textproc/scrollkeeper/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/scrollkeeper/pkg-install b/textproc/scrollkeeper/pkg-install
index 2cac192012af..fdd3a9208836 100644
--- a/textproc/scrollkeeper/pkg-install
+++ b/textproc/scrollkeeper/pkg-install
@@ -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