Commit b97a8b12 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Fix remnant of RocksDB sed delete

Added 4 extra lines in 10.3 so we need to delete more.
parent 0ecbaae8
...@@ -79,7 +79,7 @@ GCCVERSION=$(gcc -dumpversion | sed -e 's/\.\([0-9][0-9]\)/\1/g' -e 's/\.\([0-9] ...@@ -79,7 +79,7 @@ GCCVERSION=$(gcc -dumpversion | sed -e 's/\.\([0-9][0-9]\)/\1/g' -e 's/\.\([0-9]
# x86 32 bit. # x86 32 bit.
if [[ $GCCVERSION -lt 40800 ]] || [[ $(arch) =~ i[346]86 ]] if [[ $GCCVERSION -lt 40800 ]] || [[ $(arch) =~ i[346]86 ]]
then then
sed '/Package: mariadb-plugin-rocksdb/,+7d' -i debian/control sed '/Package: mariadb-plugin-rocksdb/,+11d' -i debian/control
fi fi
# Adjust changelog, add new version # Adjust changelog, add new version
......
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