Fix ucdata to link within objdir

This commit is contained in:
Kurt Zeilenga 2003-10-31 18:41:51 +00:00
parent 80fa73bf8c
commit f5a79a34cc

View File

@ -107,7 +107,7 @@ if test ! -e schema/core.schema ; then
${LN_S} ${TOPSRCDIR}/servers/slapd/schema schema
fi
if test ! -e ucdata/UnicodeData.txt ; then
${LN_S} ${TOPSRCDIR}/libraries/liblunicode ucdata
${LN_S} ../libraries/liblunicode ucdata
fi
if test -d testrun ; then