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.
This commit is contained in:
Bruno Wolff III 2010-09-18 09:24:59 -05:00
parent a2856a7071
commit 9031e7e9d7
1 changed files with 0 additions and 1 deletions

View File

@ -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