diff options
Diffstat (limited to 'app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild')
-rw-r--r-- | app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild b/app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild index fb6256d2db11..f054faba6519 100644 --- a/app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild +++ b/app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild @@ -55,7 +55,7 @@ src_compile() { haskell-cabal_src_compile if use emacs ; then pushd elisp - elisp-compile *.el || die + elisp-compile *.el popd fi } |