From 922fff0b59c8aa96150ef0f1eca837e85266c84f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 11 Dec 2013 14:56:15 -0800 Subject: [PATCH] correct path when copying GPL to live root (unversioned docdirs) --- 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 35099d3..1808117 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/doc/*-release/GPL $LIVE_ROOT/GPL # only works on x86, x86_64 if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then