net-misc/midentd: use -p0 when applying patch in src_prepare()

Gentoo-Bug: https://bugs.gentoo.org/582114

Package-Manager: portage-2.2.26
This commit is contained in:
Austin English
2016-05-05 12:29:53 -05:00
parent 652a467667
commit 5bf55e2d80

View File

@@ -19,7 +19,7 @@ RDEPEND="dev-lang/perl"
src_prepare() {
default
eapply "${FILESDIR}"/${PV}-pidfile.patch
eapply -p0 "${FILESDIR}"/${PV}-pidfile.patch
sed -i \
-e 's:/usr/local:/usr:' \
-e 's:service ident:service auth:' \