mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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:' \
|
||||
|
||||
Reference in New Issue
Block a user