From b0850152d822d36b9cbf2089beb9c432112cf286 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 1 Aug 2014 12:05:44 -0500 Subject: [PATCH] license files have moved, and we no longer ship the collection as GPL but MIT --- fedora-live-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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