diff options
Diffstat (limited to 'app-text/hypermail')
-rw-r--r-- | app-text/hypermail/hypermail-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/hypermail/hypermail-2.2.0.ebuild b/app-text/hypermail/hypermail-2.2.0.ebuild index 6f390bbc..d0bdc67f 100644 --- a/app-text/hypermail/hypermail-2.2.0.ebuild +++ b/app-text/hypermail/hypermail-2.2.0.ebuild @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" src_prepare() { default - epatch "${FILESDIR}/destdir.patch" + eapply "${FILESDIR}/destdir.patch" # We exploit that docs/Makefile does not declare install.html as .PHONY use doc || touch docs/install.html |