summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb
index fd949be8a0..3575c460e4 100644
--- a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb
+++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb
@@ -10,8 +10,8 @@ SRC_URI[sha256sum] = "833f99b2cbda34e0cfef867ef1d2e6a74fe276bb7fc525a573be32077f
10inherit allarch 10inherit allarch
11 11
12do_install() { 12do_install() {
13 install -d ${D}/usr/share/alsa 13 install -d "${D}${datadir}/alsa"
14 cp -r ${S}/topology ${D}/usr/share/alsa 14 cp -r "${S}/topology" "${D}${datadir}/alsa"
15} 15}
16 16
17PACKAGES = "${PN}" 17PACKAGES = "${PN}"