mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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:
@@ -6,7 +6,8 @@ do_rootfs[depends] += "dpkg-native:do_populate_staging apt-native:do_populate_st
|
|||||||
|
|
||||||
fakeroot rootfs_deb_do_rootfs () {
|
fakeroot rootfs_deb_do_rootfs () {
|
||||||
set +e
|
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/sources.list.rev
|
||||||
rm -f ${STAGING_DIR}/etc/apt/preferences
|
rm -f ${STAGING_DIR}/etc/apt/preferences
|
||||||
|
|||||||
Reference in New Issue
Block a user