Fixed the OpenSlug root move
authorRod Whitby <rod@whitby.id.au>
Sat, 16 Jul 2005 08:05:02 +0000 (08:05 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 16 Jul 2005 08:05:02 +0000 (08:05 +0000)
packages/base-files/base-files_3.0.14.bb

index 3d93b51..d546ed5 100644 (file)
@@ -124,7 +124,7 @@ do_install_append_nylon() {
 do_install_append_openslug() {
        printf "" "" >${D}${sysconfdir}/resolv.conf
        rm -r ${D}/mnt/*
-       rmdir /home/root
+       rmdir ${D}/home/root
        install -m 0755 -d ${D}/root
 }