cd out of directory to be deleted for bug 194695. Thanks to Asmund Grammeltvedt ...
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 4 Oct 2007 11:55:42 +0000 (11:55 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 4 Oct 2007 11:55:42 +0000 (11:55 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@545 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
gen_initramfs.sh

index 89649e1a62af4b086bc31ce6ac1ec09a755c790f..4674ee98f48238456a122bcf000f7c58c014aaee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
+  cd out of directory to be deleted for bug 194695. Thanks to Asmund
+  Grammeltvedt <asmundg@big-oil.org> for pointing this out
+
   18 Sep 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
   gen_initrd.sh:
   we don't ever want devfs in an initramfs
index 2d045040e85fe192a2c10a46d738758307240402..49d44ea7fc8ce9b241696d423936c918544016bd 100644 (file)
@@ -405,6 +405,7 @@ append_auxilary() {
        chmod +x "${TEMP}/initramfs-aux-temp/sbin/modprobe"
        cd "${TEMP}/initramfs-aux-temp/"
        find . -print | cpio ${CPIO_ARGS} --append -F "${CPIO}"
+       cd "${TEMP}"
        rm -r "${TEMP}/initramfs-aux-temp/"     
 }