diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:02:15 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:19:44 +0100 |
commit | ef42103a68776c4c87ddd196eeb425f59d51bbd8 (patch) | |
tree | 6d28c9d9ded754246b8e28c6d8395142ed7e214d /flx/init-frox | |
parent | flx/init-clamav: Replace epatch with eapply (diff) | |
download | portage-ef42103a68776c4c87ddd196eeb425f59d51bbd8.tar.xz |
flx/init-frox: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'flx/init-frox')
-rw-r--r-- | flx/init-frox/init-frox-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flx/init-frox/init-frox-0.7.ebuild b/flx/init-frox/init-frox-0.7.ebuild index 383ee696..f6127f57 100644 --- a/flx/init-frox/init-frox-0.7.ebuild +++ b/flx/init-frox/init-frox-0.7.ebuild @@ -13,5 +13,5 @@ RDEPEND=">=net-ftp/frox-${PV}" src_prepare() { default - epatch "${FILESDIR}/${PV}-Add-initscript.patch" + eapply "${FILESDIR}/${PV}-Add-initscript.patch" } |