Remove quotes from around ${ROOT_TREES} so that the dirs are parsed separately by...
authorAndrew Gaffney <agaffney@gentoo.org>
Tue, 19 Feb 2008 19:31:25 +0000 (19:31 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Tue, 19 Feb 2008 19:31:25 +0000 (19:31 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@601 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
generic/linuxrc

index 47374c4c96e50a95262635cae6fa21ef573ed33e..f19024172bc4b5cd24b2edb556bb0ed7a7f760cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
+  Remove quotes from around ${ROOT_TREES} so that the dirs are parsed
+  separately by bash/cp
+
   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh,
   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
index e1db31ea8095065e617d80bf2971c0ee0a440ed4..9bc6ec3f8e64f8a38bab8f3cf50de57c50a96fd2 100644 (file)
@@ -523,7 +523,7 @@ then
        
        good_msg "Copying read-write image contents to tmpfs"
        # Copy over stuff that should be writable
-       (cd "${NEW_ROOT}/${FS_LOCATION}"; cp -a "${ROOT_TREES}" "${NEW_ROOT}")
+       (cd "${NEW_ROOT}/${FS_LOCATION}"; cp -a ${ROOT_TREES} "${NEW_ROOT}")
 
        # Now we do the links.
        for x in ${ROOT_LINKS}