mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
net-misc/lyricwikia: avoid file conflict
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -33,6 +33,15 @@ python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
# rename the executable to avoid file conflict with net-im/lyrics-in-terminal
|
||||
find "${D}" -name 'lyrics' -execdir mv {} lyricwikia \; || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Note that access to LyricWikia through this API (and products that use this API) should comply to the LyricWikia terms of use"
|
||||
elog ""
|
||||
elog "LyricWikia is now offline, this package is provided solely for the purpose of satisfying media-video/vidify's dependencies"
|
||||
}
|
||||
Reference in New Issue
Block a user