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 239
239
fi
240
240
cp -R ${GIT_ROOT} /python .
241
241
cp -R ${GIT_ROOT} /VERSION.${plugin_type} .${plugin_name} ./python/fledge/plugins/${plugin_type} /${plugin_name}
242
+ echo ${pkg_name} > ./python/fledge/plugins/${plugin_type} /${plugin_name} /.Package
242
243
else
243
244
(cd ${GIT_ROOT} ;
244
245
if [ -f requirements.sh ]; then
248
249
echo ${version} > VERSION;
249
250
mkdir -p build; cd build; cmake ..; make)
250
251
mkdir -p " plugins/${plugin_type_install} /${plugin_install_dirname} "
252
+ echo ${pkg_name} > plugins/${plugin_type_install} /${plugin_install_dirname} /.Package
251
253
if [ -f " ${GIT_ROOT} /extras_install.sh" ]; then
252
254
sed -i " s/sudo//" ${GIT_ROOT} /extras_install.sh
253
255
cp -p ${GIT_ROOT} /extras_install.sh plugins/${plugin_type_install} /${plugin_install_dirname} /extras_install.sh
You can’t perform that action at this time.
0 commit comments