diff options
author | Michał Kępień <github@kempniu.pl> | 2016-11-21 00:35:29 +0100 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2016-11-21 09:04:20 -0500 |
commit | 603cdce3734e5ca527881be22b5ffe329d13530d (patch) | |
tree | 2111cd323772b661b9b15dcf0c5fa5b8e6f5fc9b /net-nntp/sabnzbd | |
parent | net-nntp/sabnzbd: Remove superfluous post-install message (diff) | |
download | gentoo-603cdce3734e5ca527881be22b5ffe329d13530d.tar.gz gentoo-603cdce3734e5ca527881be22b5ffe329d13530d.tar.bz2 gentoo-603cdce3734e5ca527881be22b5ffe329d13530d.zip |
net-nntp/sabnzbd: Fix patch paths
Gentoo-Bug: 600264
Diffstat (limited to 'net-nntp/sabnzbd')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild b/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild index 2f83ae5c577d..2a8eb75ea688 100644 --- a/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild @@ -64,10 +64,10 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/1.1.x/0001-use-system-configobj-and-feedparser.patch - epatch "${FILESDIR}"/1.1.x/0002-assume-gntp-1.0.patch - epatch "${FILESDIR}"/1.1.x/0003-cfg-disable-growl-by-default.patch - epatch "${FILESDIR}"/1.1.x/0004-use-system-rarfile.patch + epatch "${FILESDIR}"/patches/0001-use-system-configobj-and-feedparser.patch + epatch "${FILESDIR}"/patches/0002-assume-gntp-1.0.patch + epatch "${FILESDIR}"/patches/0003-cfg-disable-growl-by-default.patch + epatch "${FILESDIR}"/patches/0004-use-system-rarfile.patch # remove bundled modules rm -r sabnzbd/utils/{feedparser,configobj,rarfile}.py || die |