treewide: switch '/usr/share' to datadir

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I8ea79d284356629f5b7b24ad3a99336e9e2e297e
diff --git a/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend b/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend
index e675c70..d5bd36f 100644
--- a/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend
+++ b/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend
@@ -2,6 +2,6 @@
 SRC_URI:append = " file://g220a_baseboard.json \
 		"
 do_install:append() {
-     install -d ${D}/usr/share/entity-manager/configurations
-     install -m 0444 ${WORKDIR}/*.json ${D}/usr/share/entity-manager/configurations
+     install -d ${D}${datadir}/entity-manager/configurations
+     install -m 0444 ${WORKDIR}/*.json ${D}${datadir}/entity-manager/configurations
 }