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