4c62d8671a
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]
12 lines
335 B
Python
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"]:
|