mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-apps/file: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -43,7 +43,7 @@ PATCHES=(
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
if [[ ${PV} == 9999 ]] ; then
|
||||
eautoreconf
|
||||
fi
|
||||
|
||||
@@ -85,9 +85,9 @@ need_build_file() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local ECONF_SOURCE=${S}
|
||||
local ECONF_SOURCE="${S}"
|
||||
|
||||
if need_build_file; then
|
||||
if need_build_file ; then
|
||||
mkdir -p "${WORKDIR}"/build || die
|
||||
cd "${WORKDIR}"/build || die
|
||||
build_src_configure
|
||||
@@ -107,7 +107,7 @@ multilib_src_compile() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
if need_build_file; then
|
||||
if need_build_file ; then
|
||||
emake -C "${WORKDIR}"/build/src magic.h #586444
|
||||
emake -C "${WORKDIR}"/build/src file
|
||||
local -x PATH="${WORKDIR}/build/src:${PATH}"
|
||||
|
||||
Reference in New Issue
Block a user