Magellan Linux

Diff of /branches/R11-unstable/include/haskell.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5544 by niro, Thu Jul 1 15:35:26 2010 UTC revision 5545 by niro, Thu Jul 1 15:38:38 2010 UTC
# Line 148  haskell_src_install() Line 148  haskell_src_install()
148   runhaskell $(haskell_ghc_setup_script) copy --destdir=${BINDIR} || die   runhaskell $(haskell_ghc_setup_script) copy --destdir=${BINDIR} || die
149    
150   # create register scripts   # create register scripts
151   haskell_feature register && haskell_install_register || die   if haskell_feature register
152     then
153     haskell_install_register || die
154     fi
155    
156   # install docs   # install docs
157   local i   local i

Legend:
Removed from v.5544  
changed lines
  Added in v.5545