rootfs_deb.bbclass: Make sure alternatives path exists

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3119 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-11-12 11:12:31 +00:00
parent 19c7b21fbc
commit 98bd2b0d60
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ fakeroot rootfs_deb_do_rootfs () {
export OFFLINE_ROOT=${IMAGE_ROOTFS}
export IPKG_OFFLINE_ROOT=${IMAGE_ROOTFS}
mkdir -p ${IMAGE_ROOTFS}/var/lib/dpkg/alternatives
apt-get update
_flag () {