public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/
Date: Mon, 11 Jul 2016 09:22:49 +0000 (UTC)	[thread overview]
Message-ID: <1468228963.43cdfcbd2e4349dc930e42e59d35a413a204b95b.mmokrejs@gentoo> (raw)

commit:     43cdfcbd2e4349dc930e42e59d35a413a204b95b
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Jul 11 09:22:43 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Jul 11 09:22:43 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=43cdfcbd

sci-biology/tigr-foundation-libs: respect EPREFIX

Package-Manager: portage-2.2.28

 sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
index 2e08a91..1996813 100644
--- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
+++ b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
@@ -26,5 +26,7 @@ src_prepare(){
 }
 
 src_install(){
-	emake install DESTDIR="${D}/"${EPREFIX}"/usr"
+	emake install DESTDIR="${D}/${EPREFIX}"/usr # Makefile does not respect DESTDIR
+	mkdir -p "${D}/${EPREFIX}" || die
+	mv "${D}/${EPREFIX}"/usr "${D}/${EPREFIX}"/ || die
 }


             reply	other threads:[~2016-07-11  9:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-11  9:22 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-25 19:15 [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/ Andrew Ammerlaan
2017-02-24 15:39 Martin Mokrejs
2016-07-11  9:24 Martin Mokrejs
2016-07-11  9:19 Martin Mokrejs
2015-09-22  8:19 Justin Lecher
2011-06-25 17:21 Justin Lecher

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=1468228963.43cdfcbd2e4349dc930e42e59d35a413a204b95b.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --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