aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openembedded-layer/recipes-kernel/asf/asf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-layer/recipes-kernel/asf/asf_git.bb b/openembedded-layer/recipes-kernel/asf/asf_git.bb
index 038c09a..2728f7b 100644
--- a/openembedded-layer/recipes-kernel/asf/asf_git.bb
+++ b/openembedded-layer/recipes-kernel/asf/asf_git.bb
@@ -20,7 +20,7 @@ do_install(){
mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/asf
cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf
cp -rf ${S}/bin/min ${D}/lib/modules/${KERNEL_VERSION}/asf
- cp -rf ${S}/scripts ${D}/${libexecdir}/
+ cp -rf ${S}/../scripts ${D}/${libexecdir}/
}
FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf"