# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 17 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/livecd-stage2/livecd-stage2-controller.sh:
+ We should be matching all possible LIBDIRs, so make sure we do that.
+
17 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/livecdfs-update.sh:
We no longer need the metadata.tar.bz2, since the Installer uses
# Clean out man, info and doc files
rm -rf ${clst_chroot_path}/usr/share/{man,doc,info}/*
# Zap all .pyc and .pyo files
- find ${clst_chroot_path}/usr/lib -iname "*.py[co]" -exec rm -f {} \;
+ find ${clst_chroot_path}/usr/lib* -iname "*.py[co]" -exec rm -f {} \;
fi
# Cleanup all .a files except libgcc.a, *_nonshared.a and
# /usr/lib/portage/bin/*.a
- find ${clst_chroot_path}usr/lib -type f -iname "*.a" | \
+ find ${clst_chroot_path}usr/lib* -type f -iname "*.a" | \
grep -v 'libgcc.a' | \
grep -v 'nonshared.a' | \
grep -v '/usr/lib/portage/bin/' | \