Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] genkernel r625 - trunk
Date: Wed, 12 Mar 2008 19:49:17
Message-Id: E1JZWwS-0002Z9-0Q@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-03-12 19:48:46 +0000 (Wed, 12 Mar 2008)
3 New Revision: 625
4
5 Modified:
6 trunk/ChangeLog
7 trunk/gen_initramfs.sh
8 Log:
9 Fix another quoting malfunction
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-03-12 12:34:44 UTC (rev 624)
14 +++ trunk/ChangeLog 2008-03-12 19:48:46 UTC (rev 625)
15 @@ -2,6 +2,9 @@
16 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Header: $
18
19 + 12 Mar 2008; Andrew Gaffney <agaffney@g.o> gen_initramfs.sh:
20 + Fix another quoting malfunction
21 +
22 12 Mar 2008; Andrew Gaffney <agaffney@g.o> alpha/busy-config,
23 ia64/busy-config, mips/busy-config, parisc/busy-config,
24 parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
25
26 Modified: trunk/gen_initramfs.sh
27 ===================================================================
28 --- trunk/gen_initramfs.sh 2008-03-12 12:34:44 UTC (rev 624)
29 +++ trunk/gen_initramfs.sh 2008-03-12 19:48:46 UTC (rev 625)
30 @@ -272,7 +272,7 @@
31 done
32 IFS=$OLD_IFS
33 else
34 - cp -a "${FIRMWARE_DIR}/*" ${TEMP}/initramfs-firmware-temp/lib/firmware/
35 + cp -a "${FIRMWARE_DIR}"/* ${TEMP}/initramfs-firmware-temp/lib/firmware/
36 fi
37 find . -print | cpio ${CPIO_ARGS} --append -F "${CPIO}" \
38 || gen_die "appending firmware to cpio"
39
40 --
41 gentoo-commits@l.g.o mailing list