Skip to content

Commit 7034f95

Browse files
xione-sdk: Correct two install paths
1 parent 2afc5b7 commit 7034f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/xione-sdk/xione-sdk.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ define XIONE_SDK_INSTALL_PREBUILD_MALI_DEV
6969
endef
7070

7171
define XIONE_SDK_INSTALL_PREBUILD_MFR_LIB
72-
cp -Rpf $(@D)/prebuilds/mfrlib/* $(1)/usr/lib/
72+
cp -Rpf $(@D)/prebuilds/mfrlib/* $(1)
7373
endef
7474

7575
define XIONE_SDK_INSTALL_PREBUILD_XSIGN_LIB
76-
cp -Rpf $(@D)/prebuilds/xsign/* $(1)/usr/lib/
76+
cp -Rpf $(@D)/prebuilds/xsign/* $(1)
7777
endef
7878

7979
define XIONE_SDK_INSTALL_PREBUILD_MALI_DRIVER

0 commit comments

Comments
 (0)