]> git.pld-linux.org Git - packages/file.git/blame - file-lmagic.patch
- updated to 4.13, updated debian patch
[packages/file.git] / file-lmagic.patch
CommitLineData
6785d04d 1--- file-4.10/python/setup.py.orig 2003-11-18 19:55:09.000000000 +0100
2+++ file-4.10/python/setup.py 2004-11-02 20:47:14.947439600 +0100
3@@ -3,7 +3,7 @@
4
5 magic_module = Extension('magic',
6 libraries = ['magic'],
7- library_dirs = ['./','../','../src','/usr/lib/'],
8+ library_dirs = ['./','../','../src/.libs','/usr/lib/'],
9 include_dirs = ['./','../','../src','/usr/include/'],
10 sources = ['py_magic.c'])
11
This page took 0.03767 seconds and 4 git commands to generate.