diff options
-rw-r--r-- | media-sound/spotify/spotify-1.0.72-r1.ebuild (renamed from media-sound/spotify/spotify-1.0.72.ebuild) | 5 | ||||
-rw-r--r-- | media-sound/spotify/spotify-1.0.80-r1.ebuild (renamed from media-sound/spotify/spotify-1.0.80.ebuild) | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/spotify/spotify-1.0.72.ebuild b/media-sound/spotify/spotify-1.0.72-r1.ebuild index b4ac3c597ade..803b6c7d5c93 100644 --- a/media-sound/spotify/spotify-1.0.72.ebuild +++ b/media-sound/spotify/spotify-1.0.72-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -56,7 +56,8 @@ src_prepare() { } src_install() { - dodoc usr/share/doc/spotify-client/changelog.gz + uncompress usr/share/doc/spotify-client/changelog.gz + dodoc usr/share/doc/spotify-client/changelog SPOTIFY_PKG_HOME=usr/share/spotify insinto /usr/share/pixmaps diff --git a/media-sound/spotify/spotify-1.0.80.ebuild b/media-sound/spotify/spotify-1.0.80-r1.ebuild index ae609de2a96e..5dc822089bcb 100644 --- a/media-sound/spotify/spotify-1.0.80.ebuild +++ b/media-sound/spotify/spotify-1.0.80-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -60,7 +60,8 @@ src_prepare() { } src_install() { - dodoc usr/share/doc/spotify-client/changelog.gz + uncompress usr/share/doc/spotify-client/changelog.gz + dodoc usr/share/doc/spotify-client/changelog SPOTIFY_PKG_HOME=usr/share/spotify insinto /usr/share/pixmaps |