aboutsummaryrefslogtreecommitdiff
path: root/net/cloud-init/files/patch-setup.py
blob: c94715dc97c68b768e18b98b0906d3af9e27cd14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2021-03-17 15:40:30 UTC
+++ setup.py
@@ -153,7 +153,7 @@ INITSYS_TYPES = sorted([f.partition(".")[0] for f in I
 # 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"]: