mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ucdata is now hardcoded
This commit is contained in:
parent
14ca92e851
commit
6a41ca53ad
@ -125,9 +125,6 @@ fi
|
||||
if test ! -r schema/core.schema ; then
|
||||
${LN_S} ${TOPSRCDIR}/servers/slapd/schema schema
|
||||
fi
|
||||
if test ! -r ucdata/UnicodeData.txt ; then
|
||||
${LN_S} ../libraries/liblunicode ucdata
|
||||
fi
|
||||
|
||||
if test -d testrun ; then
|
||||
if test $PRESERVE = no ; then
|
||||
@ -159,7 +156,7 @@ if test $CLEAN = yes ; then
|
||||
echo "Cleaning up test run directory from this run."
|
||||
/bin/rm -rf testrun
|
||||
echo "Cleaning up symlinks."
|
||||
/bin/rm -f testdata schema ucdata
|
||||
/bin/rm -f testdata schema
|
||||
fi
|
||||
|
||||
exit $RC
|
||||
|
Loading…
Reference in New Issue
Block a user