Clean up a bogus and cosmetic error introduced by the symlink patch:
${GK_SHARE}/gen_funcs.sh: line 431: popd: /var/tmp/genkernel/3996.6301.23048.13838/initramfs-modules-${KV}-temp: No such file or directory
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@524
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
+ Clean up a cosmetic error introduced by the symlink patch:
+ ${GK_SHARE}/gen_funcs.sh: line 431: popd:
+ /var/tmp/genkernel/3996.6301.23048.13838/initramfs-modules-${KV}-temp: No
+ such file or directory
+
26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> generic/initrd.scripts,
generic/linuxrc:
The previous patch from bug #174294 still contained some bugs in the linuxrc
done
cd "${TEMP}/initramfs-modules-${KV}-temp/"
find . | cpio ${CPIO_ARGS} --append -F "${CPIO}"
+ cd "${TEMP}"
rm -r "${TEMP}/initramfs-modules-${KV}-temp/"
}