Skip to content

Commit 53e400f

Browse files
committed
Additional s2opcua package fixes on buslleye aarch64
Signed-off-by: ashish-jabble <[email protected]>
1 parent 9a1d5d4 commit 53e400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

others/make_deb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ if [ "${ADDITIONAL_LIB_NAME}" == "s2opcua" ]; then
158158
if [[ ${architecture} == *"armv7l"* ]]; then
159159
cp -R --preserve=links /usr/local/lib/arm-linux-gnueabihf/libexpat.so.1 usr/local/lib
160160
else
161-
cp -R --preserve=links /usr/local/lib/aarch64-linux-gnu/libexpat.so.1 usr/local/lib
161+
cp -R --preserve=links /usr/local/lib/libexpat.so.1 usr/local/lib
162162
fi
163163
else
164164
cp -R --preserve=links /usr/local/lib/libexpat.so.1 usr/local/lib

0 commit comments

Comments
 (0)