From 9031e7e9d7c46eab13fa0f758cf22f890e63b3ec Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sat, 18 Sep 2010 09:24:59 -0500 Subject: [PATCH] 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 file changed, 1 deletion(-) 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