]> git.sur5r.net Git - openldap/commitdiff
Fix ucdata symlink
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 31 Oct 2003 17:17:17 +0000 (17:17 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 31 Oct 2003 17:17:17 +0000 (17:17 +0000)
tests/run.in

index bef3bcfbfd867210304ece7106e6139fe2c98314..4a538acba3a92394f1cd9858146064d1ad4835e3 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/lunicode ucdata
+       ${LN_S} ${TOPSRCDIR}/libraries/liblunicode ucdata
 fi
 
 if test -d testrun ; then