File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 248
248
fi
249
249
cp -R ${GIT_ROOT} /python .
250
250
cp -R ${GIT_ROOT} /VERSION.${plugin_type} .${plugin_name} ./python/fledge/plugins/${plugin_type} /${plugin_name}
251
+ echo ${pkg_name} > ./python/fledge/plugins/${plugin_type} /${plugin_name} /.Package
251
252
else
252
253
(cd ${GIT_ROOT} ;
253
254
if [ -f requirements.sh ]; then
261
262
mkdir -p build; cd build; cmake ..; make
262
263
fi)
263
264
mkdir -p " plugins/${plugin_type_install} /${plugin_install_dirname} "
265
+ echo ${pkg_name} > plugins/${plugin_type_install} /${plugin_install_dirname} /.Package
264
266
cp -R --preserve=links ${GIT_ROOT} /build/lib* " plugins/${plugin_type_install} /${plugin_install_dirname} " 2> /dev/null || \
265
267
cp -R --preserve=links ${GIT_ROOT} /* .json " plugins/${plugin_type_install} /${plugin_install_dirname} " 2> /dev/null || \
266
268
echo " Unable to find libraries in ${GIT_ROOT} /build and json config files in ${GIT_ROOT} , cannot proceed..."
You can’t perform that action at this time.
0 commit comments