Magellan Linux

Diff of /branches/R11-unstable/extras/boost/boost-1.56.0-r1.smage2

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

revision 22419 by niro, Thu Apr 3 23:52:02 2014 UTC revision 22420 by niro, Fri Apr 4 00:13:24 2014 UTC
# Line 499  src_install_boost-build() Line 499  src_install_boost-build()
499   mcopy -a tools/build /usr/share/boost-build || die   mcopy -a tools/build /usr/share/boost-build || die
500    
501   # cleanup things provided by other packages   # cleanup things provided by other packages
502   mdelete -r /usr/share/boost-build/src/doc || die   mdelete -r /usr/share/boost-build/doc || die
503   mdelete -r /usr/share/boost-build/src/example || die   mdelete -r /usr/share/boost-build/example || die
504    
505   # cleanup uneccessary stuff   # cleanup uneccessary stuff
506   mdelete -r /usr/share/boost-build/src/debian || die   mdelete -r /usr/share/boost-build/debian || die
507   mdelete -r /usr/share/boost-build/src/notes || die   mdelete -r /usr/share/boost-build/notes || die
508   mdelete /usr/share/boost-build/src/\*.txt || die   #mdelete /usr/share/boost-build/\*.txt || die
509    
510   minstalldocs LICENSE_1_0.txt || die   minstalldocs LICENSE_1_0.txt || die
511   minstalldocs tools/build/src/*.txt || die   #minstalldocs tools/build/*.txt || die
512   minstalldocs tools/build/src/notes/*.txt || die   minstalldocs tools/build/notes/*.txt || die
513  }  }
514    
515  src_install_boost-doc()  src_install_boost-doc()
# Line 523  src_install_boost-examples() Line 523  src_install_boost-examples()
523  {  {
524   cd ${SRCDIR}   cd ${SRCDIR}
525   minstalldir /usr/share/doc || die   minstalldir /usr/share/doc || die
526   mcopy -a tools/build/src/example /usr/share/doc/${PNAME}-${PVER} || die   mcopy -a tools/build/example /usr/share/doc/${PNAME}-${PVER} || die
527   minstalldocs LICENSE_1_0.txt || die   minstalldocs LICENSE_1_0.txt || die
528  }  }
529    

Legend:
Removed from v.22419  
changed lines
  Added in v.22420