You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/imdbpy/files/imdbpy-4.6-data_location.patch

12 lines
386 B

--- setup.py
+++ setup.py
@@ -70,7 +70,7 @@
# XXX: I'm not sure that 'etc' is a good idea. Making it an absolute
# path seems a recipe for a disaster (with bdist_egg, at least).
-data_files = [('doc', setuptools.findall('docs')), ('etc', ['docs/imdbpy.cfg'])]
+data_files = [('/etc', ['docs/imdbpy.cfg'])]
# Defining these 'features', it's possible to run commands like: