Skip to content

Commit fd92a96

Browse files
YashTatkondawarashish-jabble
authored andcommitted
Added the conditional code for foglam-north-gcp-gateway
1 parent c4e156e commit fd92a96

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)