Navigation Menu

Skip to content

Commit

Permalink
packages deb: support jessie i386
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 1, 2018
1 parent 34ab62b commit f16d179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt/build-deb.sh
Expand Up @@ -91,7 +91,7 @@ case "${code_name}" in
jessie)
if [ -f /usr/bin/mysql_config ]; then
run sed -i'' \
-e 's,fix_path plugindir $plugindir_rel lib/x86_64-linux-gnu/mysql/plugin lib/x86_64-linux-gnu/plugin,fix_path plugindir $plugindir_rel lib/x86_64-linux-gnu/mysql/plugin,' \
-e 's,fix_path plugindir $plugindir_rel lib/\(x86_64\|i386\)-linux-gnu/mysql/plugin lib/\(x86_64\|i386\)-linux-gnu/plugin,fix_path plugindir $plugindir_rel lib/\\1-linux-gnu/mysql/plugin,' \
/usr/bin/mysql_config
fi
;;
Expand Down

0 comments on commit f16d179

Please sign in to comment.