diff options
author | piernov <piernov@piernov.org> | 2011-09-17 22:20:37 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-17 22:20:37 +0200 |
commit | 736e7bec9a9c548ca6e9bea7f95c4a8e8ec23966 (patch) | |
tree | b327b51f676a0a2940b92a0bcb2257df2b181232 | |
parent | 63f22f97459bb0776f1945d6755675dbb773a110 (diff) | |
download | nutyx-pakxe-736e7bec9a9c548ca6e9bea7f95c4a8e8ec23966.tar.gz nutyx-pakxe-736e7bec9a9c548ca6e9bea7f95c4a8e8ec23966.tar.bz2 nutyx-pakxe-736e7bec9a9c548ca6e9bea7f95c4a8e8ec23966.tar.xz nutyx-pakxe-736e7bec9a9c548ca6e9bea7f95c4a8e8ec23966.zip |
mysqlclient 5.5.16-2 correction conflit mysql
-rw-r--r-- | extra/mysqlclient/.footprint.i686 | 1 | ||||
-rw-r--r-- | extra/mysqlclient/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | extra/mysqlclient/Pkgfile | 4 |
3 files changed, 2 insertions, 4 deletions
diff --git a/extra/mysqlclient/.footprint.i686 b/extra/mysqlclient/.footprint.i686 index 6c7fafbc9..ae51e470b 100644 --- a/extra/mysqlclient/.footprint.i686 +++ b/extra/mysqlclient/.footprint.i686 @@ -1,7 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mysql --rwxr-xr-x root/root usr/bin/mysql_plugin -rwxr-xr-x root/root usr/bin/mysqladmin -rwxr-xr-x root/root usr/bin/mysqlcheck -rwxr-xr-x root/root usr/bin/mysqldump diff --git a/extra/mysqlclient/.footprint.x86_64 b/extra/mysqlclient/.footprint.x86_64 index 6c7fafbc9..ae51e470b 100644 --- a/extra/mysqlclient/.footprint.x86_64 +++ b/extra/mysqlclient/.footprint.x86_64 @@ -1,7 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mysql --rwxr-xr-x root/root usr/bin/mysql_plugin -rwxr-xr-x root/root usr/bin/mysqladmin -rwxr-xr-x root/root usr/bin/mysqlcheck -rwxr-xr-x root/root usr/bin/mysqldump diff --git a/extra/mysqlclient/Pkgfile b/extra/mysqlclient/Pkgfile index d891d0994..a4cf20879 100644 --- a/extra/mysqlclient/Pkgfile +++ b/extra/mysqlclient/Pkgfile @@ -7,7 +7,7 @@ name=mysqlclient version=5.5.16 -release=1 +release=2 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-${version%.*}/mysql-$version.tar.gz ) build () { @@ -62,5 +62,5 @@ build () { done # Fournit par mysql - rm $PKG/usr/bin/{mysql_upgrade,mysqlbinlog,mysqltest} + rm $PKG/usr/bin/{mysql_upgrade,mysqlbinlog,mysqltest,mysql_plugin} } |