Description: Fixed the file cupp.cfg location.
Author: Marcio de Souza Oliveira <marciosouza@debian.org>
Last-Update: 2019-10-27
Index: cupp-0.0+20190501.git986658/cupp.py
===================================================================
--- cupp-0.0+20190501.git986658.orig/cupp.py
+++ cupp-0.0+20190501.git986658/cupp.py
@@ -1008,7 +1008,7 @@ def mkdir_if_not_exists(dire):
 def main():
     """Command-line interface to the cupp utility"""
 
-    read_config(os.path.join(os.path.dirname(os.path.realpath(__file__)), "cupp.cfg"))
+    read_config(os.path.join(os.path.dirname(os.path.realpath(__file__)), "/etc/cupp.cfg"))
 
     parser = get_parser()
     args = parser.parse_args()
