diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 11:00:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 11:00:08 +0100 |
commit | dae6d52bd4a0588c20bef84aa2d2801b6f4c3541 (patch) | |
tree | 43fdf8583e1912b310c8940fcb8f066acc667486 /main/mariadb/fix-plugin-dir.patch | |
parent | 514b33979e995913fa91954af293519cedb03c34 (diff) | |
download | aports-dae6d52bd4a0588c20bef84aa2d2801b6f4c3541.tar.bz2 aports-dae6d52bd4a0588c20bef84aa2d2801b6f4c3541.tar.xz |
Remove the last stale files
Diffstat (limited to 'main/mariadb/fix-plugin-dir.patch')
-rw-r--r-- | main/mariadb/fix-plugin-dir.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/mariadb/fix-plugin-dir.patch b/main/mariadb/fix-plugin-dir.patch deleted file mode 100644 index 1a990cf0eb..0000000000 --- a/main/mariadb/fix-plugin-dir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/scripts/mysql_install_db.sh -+++ b/scripts/mysql_install_db.sh -@@ -358,7 +358,7 @@ - cannot_find_file fill_help_tables.sql @pkgdata_locations@ - exit 1 - fi -- plugindir=`find_in_dirs --dir auth_pam.so $basedir/lib*/plugin $basedir/lib*/mysql/plugin` -+ plugindir=`find_in_dirs --dir auth_pam.so $basedir/lib*/plugin $basedir/lib*/mysql/plugin $basedir/lib*/mariadb/plugin` - pamtooldir=$plugindir - # relative from where the script was run for a relocatable install - elif test -n "$dirname0" -a -x "$rel_mysqld" -a ! "$rel_mysqld" -ef "@sbindir@/mysqld" |