Skip to content

Commit

Permalink
cracklib-runtime needs a comma after to parse properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cvicentiu committed Nov 26, 2019
1 parent 427eedd commit 6218bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/autobake-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ then
MARIADB_OPTIONAL_DEBS="${MARIADB_OPTIONAL_DEBS} cracklib-password-check-10.1"
sed -i -e "/\\\${MAYBE_LIBCRACK}/d" debian/control
else
MAYBE_LIBCRACK='libcrack2-dev (>= 2.9.0), cracklib-runtime'
MAYBE_LIBCRACK='libcrack2-dev (>= 2.9.0), cracklib-runtime,'
sed -i -e "s/\\\${MAYBE_LIBCRACK}/${MAYBE_LIBCRACK}/g" debian/control
fi

Expand Down

0 comments on commit 6218bf1

Please sign in to comment.