[Fedora-spins] [spin-kickstarts] Don't try to copy over documentation that isn't there any more.

Bruno Wolff III bruno at fedoraproject.org
Sat Sep 18 14:32:13 UTC 2010


commit 9031e7e9d7c46eab13fa0f758cf22f890e63b3ec
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Sep 18 09:24:59 2010 -0500

    Don't try to copy over documentation that isn't there any more.
    
    A similar fix had been applied to live base a while ago. We really want
    live base inheriting from mini so that we don't end up having to fix
    things twice.

 fedora-live-mini.ks |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 550cba5..e036bb1 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -393,7 +393,6 @@ touch /var/lib/readahead/early.sorted
 
 %post
 cp $INSTALL_ROOT/usr/share/doc/*-release-*/GPL $LIVE_ROOT/GPL
-cp $INSTALL_ROOT/usr/share/doc/HTML/readme-live-image/en_US/readme-live-image-en_US.txt $LIVE_ROOT/README
 
 # only works on x86, x86_64
 if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then


More information about the spins mailing list