summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-06-08 14:27:18 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-06-08 14:27:18 +0100
commit5b272290ce81db117816e770422477358304625f (patch)
tree277a94a9402cfd6e15133cc19f05a4f566a12c1d /media-sound
parentdev-texlive/texlive-latexextra: Remove nonfree module, fix LICENSE. (diff)
downloadgentoo-5b272290ce81db117816e770422477358304625f.tar.gz
gentoo-5b272290ce81db117816e770422477358304625f.tar.bz2
gentoo-5b272290ce81db117816e770422477358304625f.zip
media-sound/gsm: Fix prefixed installation by using ${ED}
No revbump as this only affects prefix users, who are unlikely to have this package installed. Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/gsm/gsm-1.0.13-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/gsm/gsm-1.0.13-r1.ebuild b/media-sound/gsm/gsm-1.0.13-r1.ebuild
index 354c2a094ba0..6ca036cc100f 100644
--- a/media-sound/gsm/gsm-1.0.13-r1.ebuild
+++ b/media-sound/gsm/gsm-1.0.13-r1.ebuild
@@ -36,12 +36,12 @@ multilib_src_compile() {
multilib_src_install() {
dodir /usr/bin /usr/$(get_libdir) /usr/include/gsm /usr/share/man/man{1,3}
- emake -j1 INSTALL_ROOT="${D}"/usr \
+ emake -j1 INSTALL_ROOT="${ED}"/usr \
LD="$(tc-getCC)" AR="$(tc-getAR)" CC="$(tc-getCC)" \
- GSM_INSTALL_LIB="${D}"/usr/$(get_libdir) \
- GSM_INSTALL_INC="${D}"/usr/include/gsm \
- GSM_INSTALL_MAN="${D}"/usr/share/man/man3 \
- TOAST_INSTALL_MAN="${D}"/usr/share/man/man1 \
+ GSM_INSTALL_LIB="${ED}"/usr/$(get_libdir) \
+ GSM_INSTALL_INC="${ED}"/usr/include/gsm \
+ GSM_INSTALL_MAN="${ED}"/usr/share/man/man3 \
+ TOAST_INSTALL_MAN="${ED}"/usr/share/man/man1 \
install
dolib lib/libgsm.so*