We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 194dfad + 1e270fc commit 40a343bCopy full SHA for 40a343b
plugins/make_deb
@@ -244,6 +244,8 @@ EOF
244
if [ -f requirements.sh ]; then
245
./requirements.sh
246
fi
247
+ # version replaced in VERSION file
248
+ echo ${version} > VERSION;
249
mkdir -p build; cd build; cmake ..; make)
250
mkdir -p "plugins/${plugin_type_install}/${plugin_install_dirname}"
251
if [ -f "${GIT_ROOT}/extras_install.sh" ]; then
plugins/make_rpm
@@ -253,6 +253,8 @@ EOF
253
254
255
256
257
258
if [ -f build.sh ]; then
259
./build.sh
260
else
0 commit comments