]> git.sur5r.net Git - openldap/commitdiff
Revent last change. Must use TOPSRCDIR for VPATH support.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 22 Oct 2003 17:15:16 +0000 (17:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 22 Oct 2003 17:15:16 +0000 (17:15 +0000)
tests/run.in

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