Magellan Linux

Diff of /branches/magellan-next/core/fftw3/fftw3-3.3-r2.smage2

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

revision 9334 by niro, Sat Nov 26 13:25:19 2011 UTC revision 9335 by niro, Sat Nov 26 13:38:21 2011 UTC
# Line 61  src_install () Line 61  src_install ()
61    
62   cd ${SRCDIR}-${abi}-double   cd ${SRCDIR}-${abi}-double
63   abi-${abi} oldmmake DESTDIR=${BINDIR} install || die   abi-${abi} oldmmake DESTDIR=${BINDIR} install || die
   
  # there's a small bug in minstalldocs,  
  # so we move this dir back ${SRCDIR}  
  mv ${SRCDIR}-${abi}-double ${SRCDIR}-${abi} || die  
   
  oldminstalldocs AUTHORS CONVENTIONS COPYING COPYRIGHT ChangeLog NEWS README TODO || die  
64   done   done
65    
66     # there's a small bug in minstalldocs,
67     # so we move this dir back ${SRCDIR}
68     mv ${SRCDIR}-${abi}-double ${SRCDIR}-${abi} || die
69     minstalldocs AUTHORS CONVENTIONS COPYING COPYRIGHT ChangeLog NEWS README TODO || die
70  }  }

Legend:
Removed from v.9334  
changed lines
  Added in v.9335