fix ucdata path

This commit is contained in:
Jong Hyuk Choi 2003-10-22 17:04:12 +00:00
parent 879e1d6133
commit 049a28d74a

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