mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
app-misc/hyfetch: update mv->cp on src_install
- when multiple python interpreters are enabled via PYTHON_COMPAT, mv'ing the source file fails after first iteration since it's gone for good. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
parent
c54f3d3ea8
commit
34e85565b0
@ -37,7 +37,7 @@ python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
dodir /usr/bin/
|
||||
mv neofetch "${D}/usr/bin/neowofetch" || die
|
||||
cp neofetch "${D}/usr/bin/neowofetch" || die
|
||||
|
||||
rm -r "${D}/usr/lib/${EPYTHON}/site-packages/hyfetch/scripts" || die
|
||||
}
|
||||
|
||||
@ -37,7 +37,7 @@ python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
dodir /usr/bin/
|
||||
mv neofetch "${D}/usr/bin/neowofetch" || die
|
||||
cp neofetch "${D}/usr/bin/neowofetch" || die
|
||||
|
||||
rm -r "${D}/usr/lib/${EPYTHON}/site-packages/hyfetch/scripts" || die
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user