We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afc5b7 commit 7034f95Copy full SHA for 7034f95
package/xione-sdk/xione-sdk.mk
@@ -69,11 +69,11 @@ define XIONE_SDK_INSTALL_PREBUILD_MALI_DEV
69
endef
70
71
define XIONE_SDK_INSTALL_PREBUILD_MFR_LIB
72
- cp -Rpf $(@D)/prebuilds/mfrlib/* $(1)/usr/lib/
+ cp -Rpf $(@D)/prebuilds/mfrlib/* $(1)
73
74
75
define XIONE_SDK_INSTALL_PREBUILD_XSIGN_LIB
76
- cp -Rpf $(@D)/prebuilds/xsign/* $(1)/usr/lib/
+ cp -Rpf $(@D)/prebuilds/xsign/* $(1)
77
78
79
define XIONE_SDK_INSTALL_PREBUILD_MALI_DRIVER
0 commit comments