diff options
author | 2022-04-19 21:14:30 +0200 | |
---|---|---|
committer | 2022-04-19 21:27:57 +0200 | |
commit | 090806fac66560bf97b3ced7f8e18a37130a57b2 (patch) | |
tree | 38ff1a1b21250cee89fe53655db848ab2b24f63c /net-dns/knot | |
parent | net-dns/knot: drop 3.1.3 (diff) | |
download | gentoo-090806fac66560bf97b3ced7f8e18a37130a57b2.tar.gz gentoo-090806fac66560bf97b3ced7f8e18a37130a57b2.tar.bz2 gentoo-090806fac66560bf97b3ced7f8e18a37130a57b2.zip |
net-dns/knot: add missing keepdir
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-dns/knot')
-rw-r--r-- | net-dns/knot/knot-3.1.4.ebuild | 4 | ||||
-rw-r--r-- | net-dns/knot/knot-3.1.5.ebuild | 4 | ||||
-rw-r--r-- | net-dns/knot/knot-3.1.7.ebuild | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/net-dns/knot/knot-3.1.4.ebuild b/net-dns/knot/knot-3.1.4.ebuild index 4b7058faa52a..f94f823b4198 100644 --- a/net-dns/knot/knot-3.1.4.ebuild +++ b/net-dns/knot/knot-3.1.4.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=8 @@ -103,4 +103,6 @@ src_install() { fi find "${D}" -name '*.la' -delete || die + + keepdir /var/lib/knot } diff --git a/net-dns/knot/knot-3.1.5.ebuild b/net-dns/knot/knot-3.1.5.ebuild index 4b7058faa52a..f94f823b4198 100644 --- a/net-dns/knot/knot-3.1.5.ebuild +++ b/net-dns/knot/knot-3.1.5.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=8 @@ -103,4 +103,6 @@ src_install() { fi find "${D}" -name '*.la' -delete || die + + keepdir /var/lib/knot } diff --git a/net-dns/knot/knot-3.1.7.ebuild b/net-dns/knot/knot-3.1.7.ebuild index 8c8aa3be19bd..f94f823b4198 100644 --- a/net-dns/knot/knot-3.1.7.ebuild +++ b/net-dns/knot/knot-3.1.7.ebuild @@ -103,4 +103,6 @@ src_install() { fi find "${D}" -name '*.la' -delete || die + + keepdir /var/lib/knot } |