Copy with -L so we get the file instead of the symlink

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@626 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Andrew Gaffney 17 years ago
parent 1c9596c37e
commit b4fd892e57

@ -2,6 +2,9 @@
# 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

@ -268,7 +268,7 @@ append_firmware() {
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

Loading…
Cancel
Save