diff options
-rw-r--r-- | app-emacs/apel/apel-10.8_p20190407.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild index c99cc1c8b78d..3b61f310b058 100644 --- a/app-emacs/apel/apel-10.8_p20190407.ebuild +++ b/app-emacs/apel/apel-10.8_p20190407.ebuild @@ -25,9 +25,7 @@ src_prepare() { } src_compile() { - emake PREFIX="${ED}/usr" \ - LISPDIR="${ED}/${SITELISP}" \ - VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" + default } src_install() { |