Don't use a bashism when creating directories

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2380 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-08-07 21:18:08 +00:00
parent fdedaf93e5
commit 2fd340443c
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ do_rootfs[depends] += "dpkg-native:do_populate_staging apt-native:do_populate_st
fakeroot rootfs_deb_do_rootfs () {
set +e
mkdir -p ${IMAGE_ROOTFS}/var/dpkg/{info,updates}
mkdir -p ${IMAGE_ROOTFS}/var/dpkg/info
mkdir -p ${IMAGE_ROOTFS}/var/dpkg/updates
rm -f ${STAGING_DIR}/etc/apt/sources.list.rev
rm -f ${STAGING_DIR}/etc/apt/preferences