commit: ecab3d9ba70cd2b136f1a149dd233cf5b2c288c7 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 20:58:25 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Sep 1 20:58:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecab3d9b
net-nntp/sabnzbd: ABOUT.txt is absent from release tarball Closes: https://bugs.gentoo.org/739852 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild b/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild index a4942c83c18..aee416e50d6 100644 --- a/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild @@ -89,7 +89,7 @@ src_install() { insopts -m 0600 -o "${PN}" -g "${PN}" newins "${FILESDIR}"/${PN}-r1.ini ${PN}.ini - dodoc {ABOUT,ISSUES}.txt README.mkd licenses/* + dodoc ISSUES.txt README.mkd systemd_newunit "${FILESDIR}"/sabnzbd_at.service '[email protected]' }
