diff options
Diffstat (limited to 'recipes/python/python-pylinda')
-rw-r--r-- | recipes/python/python-pylinda/honor-datadir.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/python/python-pylinda/honor-datadir.patch b/recipes/python/python-pylinda/honor-datadir.patch new file mode 100644 index 0000000000..decf686e34 --- /dev/null +++ b/recipes/python/python-pylinda/honor-datadir.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- linda-0.6/setup.py~honor-datadir.patch ++++ linda-0.6/setup.py +@@ -68,6 +68,7 @@ + f.close() + + def getlibpath(): ++ return os.getenv("LINDA_DATADIR") + l = sys.path + l.reverse() + for x in l: |