aboutsummaryrefslogtreecommitdiffstats
path: root/main/scons/dont-install-manpages.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/scons/dont-install-manpages.patch')
-rw-r--r--main/scons/dont-install-manpages.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/main/scons/dont-install-manpages.patch b/main/scons/dont-install-manpages.patch
new file mode 100644
index 00000000000..0d56f3b5d93
--- /dev/null
+++ b/main/scons/dont-install-manpages.patch
@@ -0,0 +1,17 @@
+From: Patrycja Rosa <alpine@ptrcnull.me>
+Date: Fri, 11 Feb 2022 19:02:34 +0100
+Subject: Don't install manpages with setup.py
+
+They're not in the correct place when using the GitHub release
+and from what I can see, they get installed to /usr anyway
+
+diff --git a/setup.cfg b/setup.cfg
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -67,6 +67,0 @@
+-
+-[options.data_files]
+-. = scons.1
+- scons-time.1
+- sconsign.1
+-