Skip to content

Commit e6cbc03

Browse files
committed
fixed typo
Signed-off-by: Praveen Garg <[email protected]>
1 parent 5bb41db commit e6cbc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

others/make_deb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if [[ ${branch_name} = "main" ]] || [[ ${branch_name} =~ ^[0-9]+\.[0-9]+\.[0-9]+
127127
# Debian file structure
128128
mkdir -p usr/local/lib
129129
if [ "${ADDITIONAL_LIB_NAME}" == "mqtt" ]; then
130-
# For Raspperry Pi OS Bullseye
130+
# For Raspberry Pi OS Bullseye
131131
if [[ ${os_name} == *"Raspbian"* && ${os_version} == *"11"* ]]; then
132132
if [[ ${architecture} == *"armv7l"* ]]; then
133133
cp -R --preserve=links /usr/local/lib/arm-linux-gnueabihf/libpaho* usr/local/lib
@@ -143,7 +143,7 @@ if [ "${ADDITIONAL_LIB_NAME}" == "gcp" ]; then
143143
cp -R --preserve=links /usr/local/lib/libjansson* usr/local/lib
144144
fi
145145
if [ "${ADDITIONAL_LIB_NAME}" == "iec" ]; then
146-
# For Raspperry Pi OS Bullseye
146+
# For Raspberry Pi OS Bullseye
147147
if [[ ${os_name} == *"Raspbian"* && ${os_version} == *"11"* ]]; then
148148
cp -R --preserve=links /usr/local/lib/arm-linux-gnueabihf/libiec61850* usr/local/lib
149149
else

0 commit comments

Comments
 (0)