summaryrefslogtreecommitdiff
path: root/sysutils/py-upt/files/patch-setup.cfg
blob: 7153b6a12140e3bc95e92814e8082cd758f8cd18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Uses/python.py (concurrent) doesnt find
# share/* stuff for concurrent processing
# only ^man/man*

--- setup.cfg.orig	2019-12-27 05:05:29 UTC
+++ setup.cfg
@@ -42,7 +42,7 @@ backends = 
 	upt-openbsd
 
 [options.data_files]
-share/man/man1 = 
+man/man1 = 
 	upt.1
 
 [egg_info]