Skip to content
Snippets Groups Projects
Commit 13ef3206 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix ucdata symlink

parent 701f6b9d
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/lunicode ucdata
${LN_S} ${TOPSRCDIR}/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