File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ if [[ ${branch_name} = "main" ]] || [[ ${branch_name} =~ ^[0-9]+\.[0-9]+\.[0-9]+
127
127
# Debian file structure
128
128
mkdir -p usr/local/lib
129
129
if [ " ${ADDITIONAL_LIB_NAME} " == " mqtt" ]; then
130
- # For Raspperry Pi OS Bullseye
130
+ # For Raspberry Pi OS Bullseye
131
131
if [[ ${os_name} == * " Raspbian" * && ${os_version} == * " 11" * ]]; then
132
132
if [[ ${architecture} == * " armv7l" * ]]; then
133
133
cp -R --preserve=links /usr/local/lib/arm-linux-gnueabihf/libpaho* usr/local/lib
@@ -143,7 +143,7 @@ if [ "${ADDITIONAL_LIB_NAME}" == "gcp" ]; then
143
143
cp -R --preserve=links /usr/local/lib/libjansson* usr/local/lib
144
144
fi
145
145
if [ " ${ADDITIONAL_LIB_NAME} " == " iec" ]; then
146
- # For Raspperry Pi OS Bullseye
146
+ # For Raspberry Pi OS Bullseye
147
147
if [[ ${os_name} == * " Raspbian" * && ${os_version} == * " 11" * ]]; then
148
148
cp -R --preserve=links /usr/local/lib/arm-linux-gnueabihf/libiec61850* usr/local/lib
149
149
else
You can’t perform that action at this time.
0 commit comments