public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] catalyst r1398 - in trunk: . targets/livecd-stage2
@ 2008-04-17 17:25 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; only message in thread
From: Chris Gianelloni (wolf31o2) @ 2008-04-17 17:25 UTC (permalink / raw
  To: gentoo-commits

Author: wolf31o2
Date: 2008-04-17 17:25:12 +0000 (Thu, 17 Apr 2008)
New Revision: 1398

Modified:
   trunk/ChangeLog
   trunk/targets/livecd-stage2/livecd-stage2-controller.sh
Log:
We should be matching all possible LIBDIRs, so make sure we do that.

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-17 17:06:43 UTC (rev 1397)
+++ trunk/ChangeLog	2008-04-17 17:25:12 UTC (rev 1398)
@@ -2,6 +2,10 @@
 # $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
   metadata_overlay.

Modified: trunk/targets/livecd-stage2/livecd-stage2-controller.sh
===================================================================
--- trunk/targets/livecd-stage2/livecd-stage2-controller.sh	2008-04-17 17:06:43 UTC (rev 1397)
+++ trunk/targets/livecd-stage2/livecd-stage2-controller.sh	2008-04-17 17:25:12 UTC (rev 1398)
@@ -101,11 +101,11 @@
 			# 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/' | \

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-17 17:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17 17:25 [gentoo-commits] catalyst r1398 - in trunk: . targets/livecd-stage2 Chris Gianelloni (wolf31o2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox