updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ocropy / setup.py.patch
blobadce1a735b2559853d4bba954a1249cd6b7dbb42
1 --- old/setup.py 2010-10-27 00:44:19.999594258 +0200
2 +++ new/setup.py 2010-10-27 00:43:26.549594258 +0200
3 @@ -12,7 +12,7 @@
4 author = "Thomas Breuel",
5 description = """Python bindings for OCRopus""",
6 packages = ["ocropy"],
7 - scripts = glob.glob("ocropus-*"),
8 + scripts = [i for i in glob.glob("ocropus-*") if not i.endswith('.glade')],
9 data_files=[('/usr/local/share/ocropus/models',
10 ["2m2-reject.cmodel","multi3.cmodel"]),
11 ('/usr/local/share/ocropus/gui',