diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-10-01 20:01:42 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-10-01 20:02:10 -0500 |
commit | d539f531366d8b06ec54109d0adc3add7a61efac (patch) | |
tree | 706b8c63a8c633c8ca7e24174cc46e538f041026 /media-sound | |
parent | dev-lang/ada-bootstrap: stabilize 0_p2021-r1 for amd64, x86 (diff) | |
download | gentoo-d539f531366d8b06ec54109d0adc3add7a61efac.tar.gz gentoo-d539f531366d8b06ec54109d0adc3add7a61efac.tar.bz2 gentoo-d539f531366d8b06ec54109d0adc3add7a61efac.zip |
media-sound/spotify: don't install changelog file that does not exist
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/spotify/spotify-1.2.47.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/media-sound/spotify/spotify-1.2.47.ebuild b/media-sound/spotify/spotify-1.2.47.ebuild index 1657abedcad3..58547f4befef 100644 --- a/media-sound/spotify/spotify-1.2.47.ebuild +++ b/media-sound/spotify/spotify-1.2.47.ebuild @@ -83,9 +83,6 @@ src_prepare() { } src_install() { - gunzip usr/share/doc/spotify-client/changelog.gz || die - dodoc usr/share/doc/spotify-client/changelog - SPOTIFY_PKG_HOME=usr/share/spotify insinto /usr/share/pixmaps doins ${SPOTIFY_PKG_HOME}/icons/*.png |