Magellan Linux

Diff of /trunk/include/haskell.sminc

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

revision 5492 by niro, Wed Jun 30 16:36:45 2010 UTC revision 5494 by niro, Wed Jun 30 16:41:22 2010 UTC
# Line 23  SRC_URI=( Line 23  SRC_URI=(
23    
24  HASKELL_PNAME="${PNAME}"  HASKELL_PNAME="${PNAME}"
25  SPECIAL_VARS="HASKELL_PNAME"  SPECIAL_VARS="HASKELL_PNAME"
26    SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} haskell_preinstall haskell_postinstall haskell_preremove"
27    
28  haskell_ghc_version()  haskell_ghc_version()
29  {  {
# Line 90  haskell_src_install() Line 91  haskell_src_install()
91    
92   runhaskell $(haskell_ghc_setup_script) copy --destdir=${BINDIR} || die   runhaskell $(haskell_ghc_setup_script) copy --destdir=${BINDIR} || die
93    
94     # create register scripts
95     haskell_install_register || die
96    
97   # install docs   # install docs
98   local i   local i
99   for i in ABOUT-NLS AUTHORS BUGS CHANGES ChangeLog COPYING \   for i in ABOUT-NLS AUTHORS BUGS CHANGES ChangeLog COPYING \

Legend:
Removed from v.5492  
changed lines
  Added in v.5494