mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-video/rtmpdump: DESTTREE -> /usr, #582984
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -68,12 +68,12 @@ multilib_src_compile() {
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
mkdir -p "${ED}"/${DESTTREE}/$(get_libdir) || die
|
||||
mkdir -p "${ED}"/usr/$(get_libdir) || die
|
||||
if multilib_is_native_abi; then
|
||||
dodoc README ChangeLog rtmpdump.1.html rtmpgw.8.html
|
||||
else
|
||||
cd librtmp || die
|
||||
fi
|
||||
emake DESTDIR="${ED}" prefix="${DESTTREE}" mandir="${DESTTREE}/share/man" \
|
||||
emake DESTDIR="${ED}" prefix="/usr" mandir="/usr/share/man" \
|
||||
CRYPTO="${crypto}" install
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -62,12 +62,12 @@ multilib_src_compile() {
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
mkdir -p "${ED}"/${DESTTREE}/$(get_libdir) || die
|
||||
mkdir -p "${ED}"/usr/$(get_libdir) || die
|
||||
if multilib_is_native_abi; then
|
||||
dodoc README ChangeLog rtmpdump.1.html rtmpgw.8.html
|
||||
else
|
||||
cd librtmp || die
|
||||
fi
|
||||
emake DESTDIR="${ED}" prefix="${DESTTREE}" mandir="${DESTTREE}/share/man" \
|
||||
emake DESTDIR="${ED}" prefix="/usr" mandir="/usr/share/man" \
|
||||
CRYPTO="${crypto}" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user