Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/install-x86_64-svn/prepare_custom

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

revision 856 by niro, Wed May 6 10:51:01 2009 UTC revision 857 by niro, Thu May 7 08:45:07 2009 UTC
# Line 21  ROOTPATH="/usr/installer/bin" Line 21  ROOTPATH="/usr/installer/bin"
21  LDPATH="/usr/installer/lib"  LDPATH="/usr/installer/lib"
22  EOF  EOF
23  chroot ${CDCHROOTDIR} env-rebuild  chroot ${CDCHROOTDIR} env-rebuild
24    
25    # prune unneeded stuff
26    find ${CDCHROOTDIR}/usr/installer/lib -name \*.a | xargs rm
27    for i in include share
28    do
29     if [[ -d ${CDCHROOTDIR}/usr/installer/${i} ]]
30     then
31     rm -rf ${CDCHROOTDIR}/usr/installer/${i}
32     fi
33    done

Legend:
Removed from v.856  
changed lines
  Added in v.857