Cleanup of bogus error output.
authorRobin H. Johnson <robbat2@gentoo.org>
Fri, 27 Jul 2007 06:24:28 +0000 (06:24 +0000)
committerRobin H. Johnson <robbat2@gentoo.org>
Fri, 27 Jul 2007 06:24:28 +0000 (06:24 +0000)
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

ChangeLog
gen_initramfs.sh

index cfe9ccf63a97c687e71b9678da21b60998385b92..149fe9daf762fd414e394833ddd93d669ea82311 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 # 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
index 84d7e253991296635a443752852b2f517b7b3b7e..11376dafb446d9f36dfce083b06e5081cc2f172a 100644 (file)
@@ -351,6 +351,7 @@ append_modules() {
        done
        cd "${TEMP}/initramfs-modules-${KV}-temp/"
        find . | cpio ${CPIO_ARGS} --append -F "${CPIO}"
+       cd "${TEMP}"
        rm -r "${TEMP}/initramfs-modules-${KV}-temp/"   
 }