Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dd-rescue/
Date: Mon, 01 Mar 2021 11:04:42
Message-Id: 1614596673.ce311d62f26b0c0a359f7d34be58cd904d873854.polynomial-c@gentoo
1 commit: ce311d62f26b0c0a359f7d34be58cd904d873854
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 1 11:04:33 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 11:04:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce311d62
7
8 sys-fs/dd-rescue: Fixed UnnecessarySlashStrip QA warning
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-fs/dd-rescue/dd-rescue-1.99.9.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/dd-rescue/dd-rescue-1.99.9.ebuild b/sys-fs/dd-rescue/dd-rescue-1.99.9.ebuild
17 index 51fcc2cf92d..04a8edd7459 100644
18 --- a/sys-fs/dd-rescue/dd-rescue-1.99.9.ebuild
19 +++ b/sys-fs/dd-rescue/dd-rescue-1.99.9.ebuild
20 @@ -98,7 +98,7 @@ src_install() {
21 # easier to install by hand than trying to make sense of the Makefile.
22 dobin dd_rescue
23 dodir /usr/$(get_libdir)/${PN}
24 - cp -pPR libddr_*.so "${ED%/}"/usr/$(get_libdir)/${PN}/ || die
25 + cp -pPR libddr_*.so "${ED}"/usr/$(get_libdir)/${PN}/ || die
26 dodoc README.dd_rescue
27 doman dd_rescue.1
28 use lzo && doman ddr_lzo.1