Skip to content

Commit 01772a6

Browse files
Merge pull request #5 from fledge-iot/FOGL-3848
FOGL-3848 - Forward merge commits of GCP
2 parents c4e156e + 58546d8 commit 01772a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugins/make_deb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@ EOF
236236
mkdir -p usr/lib
237237
cp -R --preserve=links /usr/lib/libbiodaq* usr/lib
238238
fi
239+
if [ "${plugin_name}" = "gcp-gateway" -o "${plugin_name}" = "gcp" ]; then
240+
cd -
241+
mkdir -p usr/local/lib
242+
cp -R --preserve=links /usr/local/lib/libjwt* usr/local/lib
243+
cp -R --preserve=links /usr/local/lib/libjansson* usr/local/lib
244+
cp -R --preserve=links /usr/local/lib/libpaho* usr/local/lib
245+
fi
239246
fi
240247
echo "Done."
241248

0 commit comments

Comments
 (0)