Remove attempt to copy over documentation file that doesn't exist.

I checked with docs and that file isn't packaged any more, because it was
felt to be something that you wouldn't need once you made the live image.
That stance is negotiable if someone thinks it is worth including.
This commit is contained in:
Bruno Wolff III 2010-06-02 23:53:53 -05:00
parent 0c9733724d
commit c488a9529c
1 changed files with 0 additions and 1 deletions

View File

@ -377,7 +377,6 @@ touch /var/lib/readahead/early.sorted
%post --nochroot
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