diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2019-11-26 21:48:22 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2019-11-26 21:48:41 +0200 |
commit | 6218bf1b416219aef37301f054136fcdcc404d45 (patch) | |
tree | 4e342badcf556c4838e5e6941a95fb036c727d73 | |
parent | 427eedd0126de0d9562e843eac911380daa9853c (diff) | |
download | mariadb-git-6218bf1b416219aef37301f054136fcdcc404d45.tar.gz |
cracklib-runtime needs a comma after to parse properly
-rwxr-xr-x | debian/autobake-deb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index a617995724c..bfdba96e487 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -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 |