[oe-commits] Marcin Juszkiewicz : apt-native: create var/log/apt/ dir so rootfs building will work (from Poky)

GIT User account git at amethyst.openembedded.net
Thu Oct 23 18:39:00 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5705ab6ec5a13ef7ca0fcdceb7d72cda64c59352
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5705ab6ec5a13ef7ca0fcdceb7d72cda64c59352

Author: Marcin Juszkiewicz <hrw at openedhand.com>
Date:   Mon Jun 30 13:33:18 2008 +0000

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

---

 packages/apt/apt-native.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/apt/apt-native.inc b/packages/apt/apt-native.inc
index b3527e7..6ee26e4 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/
 }





More information about the Openembedded-commits mailing list