diff options
author | 2022-02-13 00:23:24 +0100 | |
---|---|---|
committer | 2022-02-13 22:06:47 +0100 | |
commit | 7b71577ee471ddc0a0f9a7caedaf927416ff4834 (patch) | |
tree | 0dd452e9c5f8cd4864b8f46613bccdb81cf30d71 /dev-db/mysql-connector-c++ | |
parent | dev-cpp/tbb: fix DeprecatedInsinto (diff) | |
download | gentoo-7b71577ee471ddc0a0f9a7caedaf927416ff4834.tar.gz gentoo-7b71577ee471ddc0a0f9a7caedaf927416ff4834.tar.bz2 gentoo-7b71577ee471ddc0a0f9a7caedaf927416ff4834.zip |
dev-db/mysql-connector-c++: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-db/mysql-connector-c++')
-rw-r--r-- | dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild index a80ceec4db35..039fa95c392b 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -56,7 +56,7 @@ src_install() { # examples if use examples; then - insinto /usr/share/doc/${PF}/examples - doins "${S}"/examples/* + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples fi } |