Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
Date: Sat, 08 Feb 2020 16:25:18
Message-Id: 1581179021.34fbfbe74bf8a96c7cd2d649b371624f62dd782f.soap@gentoo
1 commit: 34fbfbe74bf8a96c7cd2d649b371624f62dd782f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 16:23:41 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 16:23:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fbfbe7
7
8 sys-devel/ct-ng: [QA] Fix UnnecessarySlashStrip
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-devel/ct-ng/ct-ng-1.24.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/ct-ng/ct-ng-1.24.0.ebuild b/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
16 index ebcbb34f2c4..3bb25cdbe1c 100644
17 --- a/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
18 +++ b/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
19 @@ -21,7 +21,7 @@ RDEPEND="net-misc/curl
20 S="${WORKDIR}/crosstool-ng-${PV}"
21
22 src_install() {
23 - emake DESTDIR="${D%/}" install
24 + emake DESTDIR="${D}" install
25 use doc && mv "${D}"/usr/share/doc/crosstool-ng/crosstool-ng-${PVR} \
26 "${D}"/usr/share/doc/
27 rm -rf "${D}"/usr/share/doc/crosstool-ng