systemtap: Fix typo in chown command

(From OE-Core rev: 02646be9d38fac14d9820d02d398b731b9c1bf9c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2018-10-17 13:40:54 +01:00
parent 3b77e7b785
commit 7e8056d96e

View File

@@ -46,7 +46,7 @@ do_install_append () {
rmdir ${D}${prefix}/lib --ignore-fail-on-non-empty
# Ensure correct ownership for files copied in
chown root.root ${D}${sysconfdir}/stap-exporter/* -R
chown root:root ${D}${sysconfdir}/stap-exporter/* -R
}
BBCLASSEXTEND = "nativesdk"