Fix ucdata symlink

This commit is contained in:
Hallvard Furuseth 2003-10-31 17:17:17 +00:00
parent 701f6b9d5d
commit 13ef3206ef

View File

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