Skip to content

Commit f4f3858

Browse files
committed
For C-type plugins version replaced in VERSION file in plugins debian script
Signed-off-by: ashish-jabble <[email protected]>
1 parent 194dfad commit f4f3858

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/make_deb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ EOF
244244
if [ -f requirements.sh ]; then
245245
./requirements.sh
246246
fi
247+
# version replaced in VERSION file
248+
echo ${version} > VERSION;
247249
mkdir -p build; cd build; cmake ..; make)
248250
mkdir -p "plugins/${plugin_type_install}/${plugin_install_dirname}"
249251
if [ -f "${GIT_ROOT}/extras_install.sh" ]; then
@@ -283,6 +285,7 @@ EOF
283285
fi
284286
echo "Done."
285287

288+
286289
# Build the package
287290
cd "${BUILD_ROOT}"
288291

0 commit comments

Comments
 (0)