mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/percona-server to 5.7.19_17-2
This commit is contained in:
parent
42edb1a487
commit
d67f8d4a18
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ pkgver=5.7.19_17
|
|||
_boost_ver=1.59.0
|
||||
_pkgver=${pkgver/_/-}
|
||||
_myver=${pkgver/_rel*}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'pam' 'jemalloc' 'openssl')
|
||||
license=('GPL')
|
||||
|
@ -111,7 +111,7 @@ package_libperconaserverclient() {
|
|||
done
|
||||
|
||||
# Conflicting files with libmariadbclient
|
||||
rm "$pkgdir"/usr/lib/libmysql*
|
||||
rm -rf "$pkgdir"/usr/lib/{libmysql*,mysql}
|
||||
|
||||
install -Dm755 scripts/mysql_config "$pkgdir"/usr/bin/perconaserver_config
|
||||
install -d "$pkgdir"/usr/share/man/man1
|
||||
|
|
Loading…
Reference in a new issue