]> git.sur5r.net Git - openldap/commitdiff
Fix ucdata to link within objdir
authorKurt Zeilenga <kurt@openldap.org>
Fri, 31 Oct 2003 18:41:51 +0000 (18:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 31 Oct 2003 18:41:51 +0000 (18:41 +0000)
tests/run.in

index 4a538acba3a92394f1cd9858146064d1ad4835e3..e196c9b323d7e0f48aeef4e05ff3c1469c4e9aef 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