From 9571f128010a9495f203b9d0b0db0af1ab510067 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Thu, 8 Sep 2011 12:11:16 +0000 Subject: [PATCH] * configure.py : Fixup r39643, srcdir is a string containing the basepath to configure.py git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39645 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 0204d8bbc5..5318fba78e 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -623,7 +623,7 @@ def checkConverterEntries(java='', perl=''): # 2) If LyX was configured with a version suffix then tex2lyx # will also have this version suffix. # 3) Otherwise always use tex2lyx. - in_place = os.path.join('srcdir', '..', 'src', 'tex2lyx', 'tex2lyx') + in_place = os.path.join(srcdir, '..', 'src', 'tex2lyx', 'tex2lyx') in_place = os.path.abspath(in_place) path, t2l = checkProg('a LaTeX/Noweb -> LyX converter', [in_place, 'tex2lyx' + version_suffix, 'tex2lyx'], -- 2.39.5