Fix another quoting malfunction

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

@ -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:
Fix another quoting malfunction
12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
ia64/busy-config, mips/busy-config, parisc/busy-config,
parisc64/busy-config, ppc/busy-config, ppc64/busy-config,

@ -272,7 +272,7 @@ append_firmware() {
done
IFS=$OLD_IFS
else
cp -a "${FIRMWARE_DIR}/*" ${TEMP}/initramfs-firmware-temp/lib/firmware/
cp -a "${FIRMWARE_DIR}"/* ${TEMP}/initramfs-firmware-temp/lib/firmware/
fi
find . -print | cpio ${CPIO_ARGS} --append -F "${CPIO}" \
|| gen_die "appending firmware to cpio"

Loading…
Cancel
Save