summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-13 14:16:55 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-23 08:44:44 -0700
commitffc64e9c6fee0af7eea3466135416d011172a5e6 (patch)
treeb9effa069d9af3c63d6f3a41caff6b887450522c /meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
parenta90f89dbc7eff2ae83bab6a6676f4737c0b48a8d (diff)
downloadmeta-openembedded-ffc64e9c6fee0af7eea3466135416d011172a5e6.tar.gz
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
index 06b08e78a3..e104e1c0ce 100644
--- a/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
@@ -28,6 +28,6 @@ do_install:append() {
28 install -d ${D}${sysconfdir}/supervisor 28 install -d ${D}${sysconfdir}/supervisor
29 install -d ${D}${systemd_system_unitdir} 29 install -d ${D}${systemd_system_unitdir}
30 30
31 install -m 0644 ${WORKDIR}/supervisord.conf ${D}${sysconfdir}/supervisor 31 install -m 0644 ${UNPACKDIR}/supervisord.conf ${D}${sysconfdir}/supervisor
32 install -m 0644 ${WORKDIR}/supervisor.service ${D}${systemd_system_unitdir} 32 install -m 0644 ${UNPACKDIR}/supervisor.service ${D}${systemd_system_unitdir}
33} 33}