From 0e9a9842a83a03cb06bfb49e899bee8c31e47ac4 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Fri, 24 Jul 2015 13:48:47 +0100 Subject: run-postinsts: use ${localstatedir} instead of hardcoding /var/lib (From OE-Core rev: 48d735a8938ec7c49754a57019182ebcd9a2d8b6) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb') diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb b/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb index d126132a87..11c94e57d8 100644 --- a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb +++ b/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb @@ -39,6 +39,7 @@ do_install() { sed -i -e 's:#SYSCONFDIR#:${sysconfdir}:g' \ -e 's:#SBINDIR#:${sbindir}:g' \ -e 's:#BASE_BINDIR#:${base_bindir}:g' \ + -e 's:#LOCALSTATEDIR#:${localstatedir}:g' \ ${D}${sbindir}/run-postinsts \ ${D}${systemd_unitdir}/system/run-postinsts.service } -- cgit v1.2.3-54-g00ecf