mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix ucdata symlink
This commit is contained in:
parent
701f6b9d5d
commit
13ef3206ef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user