Skip to content
Snippets Groups Projects
Commit f5a79a34 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix ucdata to link within objdir

parent 80fa73bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment