]> git.sur5r.net Git - openldap/commitdiff
fix ucdata path
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 22 Oct 2003 17:04:12 +0000 (17:04 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 22 Oct 2003 17:04:12 +0000 (17:04 +0000)
tests/run.in

index 1491b76bbc20023768b312f393fbecc5f8976030..a2f252d6cfb5d1281165bfa05c27c5a09eeaa822 100644 (file)
@@ -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