git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af3d99
)
apt-native: create var/log/apt/ dir so rootfs building will work (from Poky)
author
Marcin Juszkiewicz
<hrw@openedhand.com>
Mon, 30 Jun 2008 13:33:18 +0000
(13:33 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 23 Oct 2008 18:09:03 +0000
(20:09 +0200)
git-svn-id: https://svn.o-hand.com/repos/poky@4750
311d38ba
-8fff-0310-9ca6-
ca027cbcb966
packages/apt/apt-native.inc
patch
|
blob
|
history
diff --git
a/packages/apt/apt-native.inc
b/packages/apt/apt-native.inc
index
b3527e7
..
6ee26e4
100644
(file)
--- 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/
}