From 6a4570999a1e3d283d69095c129431e53a17e24f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 22 Oct 2003 17:15:16 +0000 Subject: [PATCH] Revent last change. Must use TOPSRCDIR for VPATH support. --- tests/run.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.in b/tests/run.in index a2f252d6cf..8bceaded12 100644 --- a/tests/run.in +++ b/tests/run.in @@ -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 -- 2.39.5