Skip to content
Snippets Groups Projects
Commit 8ee12e86 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fixing #454 DEB_PACKAGING must be true even with non-UI packaging

parent cbe32e78
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ fi
if [[ -d $DUN_ROOT/node ]]; then
chmod 755 $DUN_ROOT/sources/bin/ucoind
sed -i "s/usr\/bin\/env node/opt\/duniter\/node\/bin\/node/g" $DUN_ROOT/sources/bin/ucoind
sed -i "s/DEB_PACKAGING=.*/DEB_PACKAGING=true/g" $DUN_ROOT/sources/duniter.sh
fi
# Else will execute with environment node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment