[Fedora-spins] [spin-kickstarts] correct path when copying GPL to live root (unversioned docdirs)

Adam Williamson adamwill at fedoraproject.org
Wed Dec 11 22:56:35 UTC 2013


commit 922fff0b59c8aa96150ef0f1eca837e85266c84f
Author: Adam Williamson <awilliam at redhat.com>
Date:   Wed Dec 11 14:56:15 2013 -0800

    correct path when copying GPL to live root (unversioned docdirs)

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


More information about the spins mailing list