diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-25 10:23:49 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-25 10:24:08 +0200 |
commit | 0c43c5e2cc25b5282e050961d9987ad8267a1129 (patch) | |
tree | 3512027e275034b98208d7f24c647452dac63c2c /sys-apps | |
parent | sys-apps/file: Bump to version 5.34 (diff) | |
download | gentoo-0c43c5e2cc25b5282e050961d9987ad8267a1129.tar.gz gentoo-0c43c5e2cc25b5282e050961d9987ad8267a1129.tar.bz2 gentoo-0c43c5e2cc25b5282e050961d9987ad8267a1129.zip |
sys-apps/file: Synced live ebuild.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 5d861f8b67a3..f346e1b700af 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -41,7 +41,7 @@ src_prepare() { elibtoolize # don't let python README kill main README #60043 - mv python/README.md README.python || die + mv python/README.md README.python.md || die } multilib_src_configure() { @@ -62,7 +62,7 @@ src_configure() { mkdir -p "${WORKDIR}"/build || die cd "${WORKDIR}"/build || die tc-export_build_env BUILD_C{C,XX} - ECONF_SOURCE=${S} \ + ECONF_SOURCE="${S}" \ ac_cv_header_zlib_h=no \ ac_cv_lib_z_gzopen=no \ CHOST=${CBUILD} \ |