diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb index add1f309ec..5101cc7b7a 100644 --- a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb | |||
@@ -13,8 +13,8 @@ SRC_URI[sha256sum] = "354a43f4031c98bef1349ac722d83b2603ef439f81a1ab1eba8814c282 | |||
13 | inherit allarch | 13 | inherit allarch |
14 | 14 | ||
15 | do_install() { | 15 | do_install() { |
16 | install -d ${D}/usr/share/alsa | 16 | install -d "${D}${datadir}/alsa" |
17 | cp -r ${S}/topology ${D}/usr/share/alsa | 17 | cp -r "${S}/topology" "${D}${datadir}/alsa" |
18 | } | 18 | } |
19 | 19 | ||
20 | PACKAGES = "${PN}" | 20 | PACKAGES = "${PN}" |