Author: Michael R. Crusoe <crusoe@debian.org>
Description: Use the final Debian paths
Forwarded: not-needed
--- macsyfinder.orig/setup.py
+++ macsyfinder/setup.py
@@ -61,8 +61,8 @@
 
         inst = self.distribution.command_options.get('install', {})
         _file = os.path.join('macsypy', '__init__.py')
-        subst_file(_file, {'MACSYDATA': os.path.join(get_install_data_dir(inst), 'macsyfinder'),
-                           'MACSYCONF': os.path.join(get_install_conf_dir(inst), 'macsyfinder')})
+        subst_file(_file, {'MACSYDATA': os.path.join('/usr/share', 'macsyfinder'),
+                           'MACSYCONF': os.path.join('/etc/', 'macsyfinder')})
 
         _install_lib.run(self)
 
