public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/reiserfsprogs/
Date: Mon,  9 Oct 2017 17:38:34 +0000 (UTC)	[thread overview]
Message-ID: <1507570700.cff0ef3c60652cd9ed709620ba26e07f7c8a26d1.slyfox@gentoo> (raw)

commit:     cff0ef3c60652cd9ed709620ba26e07f7c8a26d1
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 17:38:20 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 17:38:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff0ef3c

sys-fs/reiserfsprogs: fix prefix support (${D} -> ${ED})

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild
index 218e8b2202e..c1feff860a2 100644
--- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild
+++ b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild
@@ -38,12 +38,12 @@ src_configure() {
 src_install() {
 	default
 	dodir /usr/$(get_libdir)
-	mv "${D}"/$(get_libdir)/pkgconfig "${D}"/usr/$(get_libdir) || die
+	mv "${ED}"/$(get_libdir)/pkgconfig "${ED}"/usr/$(get_libdir) || die
 
 	if use static-libs ; then
-		mv "${D}"/$(get_libdir)/*a "${D}"/usr/$(get_libdir) || die
+		mv "${ED}"/$(get_libdir)/*a "${ED}"/usr/$(get_libdir) || die
 		gen_usr_ldscript libreiserfscore.so
 	else
-		find "${D}" -type f \( -name "*.a" -o -name "*.la" \) -delete
+		find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete
 	fi
 }


             reply	other threads:[~2017-10-09 17:38 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-09 17:38 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-05 23:48 [gentoo-commits] repo/gentoo:master commit in: sys-fs/reiserfsprogs/ WANG Xuerui
2021-09-10 20:16 Matt Turner
2021-08-03 11:03 Sam James
2021-04-30 19:03 Andreas Sturmlechner
2020-12-02 23:21 Sam James
2020-08-31  9:23 Yixun Lan
2019-10-05 18:56 Michał Górny
2019-10-04 18:49 Matt Turner
2019-05-12  7:53 Sergei Trofimovich
2018-12-29 10:43 Mikle Kolyada
2018-12-08 12:04 Mikle Kolyada
2018-12-08 10:42 Mikle Kolyada
2018-12-08  9:58 Mikle Kolyada
2018-12-08  9:44 Sergei Trofimovich
2018-12-08  9:36 Sergei Trofimovich
2018-03-28 14:11 Lars Wendler
2018-03-28  9:55 Sergei Trofimovich
2017-07-26  9:51 Lars Wendler
2017-07-11  4:45 Markus Meier
2017-06-30  8:22 Sergei Trofimovich
2017-06-28 13:19 Agostino Sarubbo
2017-06-26 22:57 Lars Wendler
2016-06-14  9:43 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1507570700.cff0ef3c60652cd9ed709620ba26e07f7c8a26d1.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox