From 8b301e2a47752c9b2f2a28ea703211ffa1f8638a Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 31 Jul 2004 23:56:01 +0000 Subject: move "rm -rf ${IMAGE_ROOTFS}" to less damaging place BKrev: 410c3191lYtPcTGDsw-2Cf0DkzLXNw --- classes/rootfs_ipk.oeclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/rootfs_ipk.oeclass b/classes/rootfs_ipk.oeclass index 723712ab86..e92d189730 100644 --- a/classes/rootfs_ipk.oeclass +++ b/classes/rootfs_ipk.oeclass @@ -24,7 +24,6 @@ IPKG_INSTALL =+ "${@" ".join(map(lambda s: "locale-base-%s" % s, oe.data.getVar( real_do_rootfs () { set -x - rm -rf ${IMAGE_ROOTFS} mkdir -p ${IMAGE_ROOTFS}/dev @@ -71,6 +70,7 @@ EOF } fakeroot do_rootfs () { + rm -rf ${IMAGE_ROOTFS} real_do_rootfs } -- cgit v1.2.3