aboutsummaryrefslogtreecommitdiffstats
path: root/packages/apt
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-06-30 13:33:18 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-10-23 20:09:03 +0200
commit5705ab6ec5a13ef7ca0fcdceb7d72cda64c59352 (patch)
treef18b6cf929c1d7ac2767ad8faea35db2b30f2724 /packages/apt
parent2af3d99d38873252db2a5a0a2c3d0a437f5a8a37 (diff)
downloadopenembedded-5705ab6ec5a13ef7ca0fcdceb7d72cda64c59352.tar.gz
apt-native: create var/log/apt/ dir so rootfs building will work (from Poky)
git-svn-id: https://svn.o-hand.com/repos/poky@4750 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'packages/apt')
-rw-r--r--packages/apt/apt-native.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/apt/apt-native.inc b/packages/apt/apt-native.inc
index b3527e7361..6ee26e491a 100644
--- a/packages/apt/apt-native.inc
+++ b/packages/apt/apt-native.inc
@@ -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/
}