mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 07:02:04 +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:
parent
fdedaf93e5
commit
2fd340443c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user