Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=93c3a1da380a434eea0d0d8a27948cc643030864

commit 93c3a1da380a434eea0d0d8a27948cc643030864
Author: James Buren <r...@frugalware.org>
Date:   Mon Dec 12 17:13:10 2011 -0600

create-rootfs: really fix full header deletion

diff --git a/bin/create-rootfs b/bin/create-rootfs
index 781ebdc..ddb5d4c 100755
--- a/bin/create-rootfs
+++ b/bin/create-rootfs
@@ -155,6 +155,7 @@ rm -rf $CHROOTDIR/usr/share/man/*

## Remove Static libraries and header
echo "Deleting Static libraries and header which are not needed in Live mode..."
+rm -rf $CHROOTDIR/usr/include/*
find $CHROOTDIR/ -name "*.[ha]" -delete

## Remove /boot contents, but backup kernel and initrd
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to