git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@626
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
+ Copy with -L so we get the file instead of the symlink
+
12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Fix another quoting malfunction
IFS=","
for i in ${FIRMWARE_FILES}
do
- cp -a "${i}" ${TEMP}/initramfs-firmware-temp/lib/firmware/
+ cp -L "${i}" ${TEMP}/initramfs-firmware-temp/lib/firmware/
done
IFS=$OLD_IFS
else