Files
ports/net/cloud-init/files/patch-setup.py
T
Andrey Fesenko 4c62d8671a net/cloud-init: update to 25.2 release (+)
Install manpages
Pet portlint/stage-qa
Honor PREFIX and other flags for PYDITUTILS [1]

Release notes:	https://github.com/canonical/cloud-init/releases/tag/25.2
PR:		288037 [1]
2025-09-02 11:57:39 +03:00

12 lines
335 B
Python

--- setup.py.orig 2025-08-12 19:00:58 UTC
+++ setup.py
@@ -176,7 +176,7 @@ USR = "usr"
# Install everything in the right location and take care of Linux (default) and
# FreeBSD systems.
USR = "usr"
-ETC = "etc"
+ETC = "%%PREFIX%%/etc"
USR_LIB_EXEC = "usr/lib"
LIB = "lib"
if os.uname()[0] in ["FreeBSD", "DragonFly", "OpenBSD"]: