[ocrfeeder] Fix using local source directory



commit 33d0e1e7ff8432cbabed3da39c93050dcd187355
Author: Joaquim Rocha <jrocha igalia com>
Date:   Sun Feb 13 13:30:35 2011 +0100

    Fix using local source directory

 bin/ocrfeeder.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/ocrfeeder.in b/bin/ocrfeeder.in
index dd335fd..f2e5386 100644
--- a/bin/ocrfeeder.in
+++ b/bin/ocrfeeder.in
@@ -20,7 +20,7 @@
 
 import sys
 import os
-local_src = os.path.dirname(os.path.abspath(__file__)) + '../src'
+local_src = os.path.dirname(os.path.abspath(__file__)) + '/../src'
 if os.path.exists(local_src):
     sys.path = [local_src] + sys.path
 installed_src = os.path.join('@prefix@', 'lib', 'python PYTHON_VERSION@',



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]