Skip to content

Commit

Permalink
Fix ubuntu bionic packaging (#3913)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Jan 1, 2024
1 parent f8fcb34 commit f2eaf61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ for TARGET in $TARGETS; do

rm debian/control backend/requirements.txt

if [ "$TARGET" == "bionic" ]; then
echo 10 > debian/compat
else
echo 12 > debian/compat
fi

cp debian/controlX/control.$TARGET debian/control
cp backend/requirements/requirements-$TARGET.txt backend/requirements.txt

Expand Down

0 comments on commit f2eaf61

Please sign in to comment.