commit b0850152d822d36b9cbf2089beb9c432112cf286 Author: Dennis Gilmore dennis@ausil.us Date: Fri Aug 1 12:05:44 2014 -0500
license files have moved, and we no longer ship the collection as GPL but MIT
fedora-live-base.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 54197df..15db01a 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -303,7 +303,7 @@ rm -f /core*
%post --nochroot -cp $INSTALL_ROOT/usr/share/doc/*-release/GPL $LIVE_ROOT/GPL +cp $INSTALL_ROOT/usr/share/licenses/*-release/* $LIVE_ROOT/
# only works on x86, x86_64 if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then