bytedance: g220a: Fix the dest dir for x86-power-control

Fix the environment variables of the destination directory

Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com>
Change-Id: Iffd1ca218da9d9aeaff560ecf96c8b8267702994
diff --git a/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend b/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend
index 504f151..4f9b9ac 100644
--- a/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend
+++ b/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend
@@ -3,7 +3,7 @@
 SRC_URI += " file://power-config-host0.json"
 
 do_install:append() {
-	    install -d {D}/usr/share/x86-power-control/
+	    install -d ${D}/usr/share/x86-power-control/
 	    install -m 0644 ${WORKDIR}/power-config-host0.json ${D}/usr/share/x86-power-control/
 }