]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt-native: create var/log/apt/ dir so rootfs building will work
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Jun 2008 13:33:18 +0000 (13:33 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Jun 2008 13:33:18 +0000 (13:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4750 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/apt/apt-native.inc

index b3527e7361a13e3e9af45d291254b38154933b9b..6ee26e491af69b0edf960b5da9aa32545dd8ec40 100644 (file)
@@ -59,4 +59,6 @@ do_stage_base () {
        install -d ${sysconfdir}/apt
        install -d ${localstatedir}/lib/apt/lists/partial
        install -d ${localstatedir}/cache/apt/archives/partial
+
+       install -d ${localstatedir}/log/apt/
 }