sys-apps/file: Fixed installation with USE="python"

Closes: https://bugs.gentoo.org/662090
Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
Lars Wendler
2018-07-25 13:55:27 +02:00
parent 3d4a2c3bc5
commit 8b66dfac48
2 changed files with 4 additions and 2 deletions

View File

@@ -40,7 +40,8 @@ src_prepare() {
elibtoolize
# don't let python README kill main README #60043
mv python/README.md README.python.md || die
mv python/README.md python/README.python.md || die
sed 's@README.md@README.python.md@' -i python/setup.py || die #662090
}
multilib_src_configure() {

View File

@@ -41,7 +41,8 @@ src_prepare() {
elibtoolize
# don't let python README kill main README #60043
mv python/README.md README.python.md || die
mv python/README.md python/README.python.md || die
sed 's@README.md@README.python.md@' -i python/setup.py || die #662090
}
multilib_src_configure() {