]> git.lyx.org Git - lyx.git/commitdiff
* configure.py : Fixup r39643, srcdir is a string containing the basepath to configure.py
authorJulien Rioux <jrioux@lyx.org>
Thu, 8 Sep 2011 12:11:16 +0000 (12:11 +0000)
committerJulien Rioux <jrioux@lyx.org>
Thu, 8 Sep 2011 12:11:16 +0000 (12:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39645 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 0204d8bbc5af99155df3737a4ca1b05c0d6b8295..5318fba78e4b8b1ec73991cfdf6f3635ca7b80ba 100644 (file)
@@ -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'],