git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@603
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
+ Add missing space before closing ]
+
19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
Apply patch from bug 210457 to fix variable substitution. Thanks to Paul
Taylor <birder@ozemail.com.au> for reporting
"${TEMP}/kernel-${ARCH}-${KV}" \
"kernel-${KNAME}-${ARCH}-${KV}"
- if [ "${ENABLE_PEGASOS_HACKS}" = 'yes']
+ if [ "${ENABLE_PEGASOS_HACKS}" = 'yes' ]
then
copy_image_with_preserve "kernelz" \
"${TEMP}/kernelz-${ARCH}-${KV}" \