From 83f181c02ff9ba00b49459ccc57f5031f3259754 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 6 Feb 2011 19:09:54 +0000 Subject: [PATCH] lyxpak.py has to operate on the original file, not the one in the tmpdir. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37517 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 adbc516a22..4bf80fb05a 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -875,7 +875,7 @@ def checkConverterEntries(): # so, we mimic this search, and configure the appropriate version. path, prog = checkProg('the LyX packing script', ['tar', 'zip']) if prog: - cmd = r'\converter lyx %s "python -tt $$s/scripts/lyxpak.py $$i" ""' + cmd = r'\converter lyx %s "python -tt $$s/scripts/lyxpak.py $$r/$$i" ""' if prog == "zip": addToRC(r'\Format lyxzip zip "LyX Archive (zip)" "" "" "" "document"') addToRC(cmd % "lyxzip") -- 2.39.5