Commit 6218bf1b authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

cracklib-runtime needs a comma after to parse properly

parent 427eedd0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment