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 9a1d5d4 commit 53e400fCopy full SHA for 53e400f
others/make_deb
@@ -158,7 +158,7 @@ if [ "${ADDITIONAL_LIB_NAME}" == "s2opcua" ]; then
158
if [[ ${architecture} == *"armv7l"* ]]; then
159
cp -R --preserve=links /usr/local/lib/arm-linux-gnueabihf/libexpat.so.1 usr/local/lib
160
else
161
- cp -R --preserve=links /usr/local/lib/aarch64-linux-gnu/libexpat.so.1 usr/local/lib
+ cp -R --preserve=links /usr/local/lib/libexpat.so.1 usr/local/lib
162
fi
163
164
cp -R --preserve=links /usr/local/lib/libexpat.so.1 usr/local/lib
0 commit comments