From: Marcin Juszkiewicz Date: Mon, 30 Jun 2008 13:33:18 +0000 (+0000) Subject: apt-native: create var/log/apt/ dir so rootfs building will work (from Poky) X-Git-Tag: Release-2010-05/1~5696^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5705ab6ec5a13ef7ca0fcdceb7d72cda64c59352;p=openembedded.git 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 --- 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/ }