1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/main/scons/dont-install-manpages.patch
2022-03-16 19:26:17 +00:00

17 lines
407 B
Diff

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
-