From ce53870f0baa1d6a1ecbb51ab4edef69af6579f0 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 18 Mar 2021 18:00:23 +0000 Subject: net/cloud-init: Clean up post-patch PR: 254365 Approved by: Andrey Fesenko (maintainer), swills, lwhsu --- net/cloud-init/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/cloud-init/files/patch-setup.py (limited to 'net/cloud-init/files/patch-setup.py') diff --git a/net/cloud-init/files/patch-setup.py b/net/cloud-init/files/patch-setup.py new file mode 100644 index 000000000000..11704eebead5 --- /dev/null +++ b/net/cloud-init/files/patch-setup.py @@ -0,0 +1,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] == 'FreeBSD': -- cgit v1.2.3