1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Create usr/lib/ipkg in the rootfs before putting symlinks in it

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2506 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-17 09:50:57 +00:00
parent 48697516fd
commit 53710a6c66
+1
View File
@@ -110,6 +110,7 @@ fakeroot rootfs_deb_do_rootfs () {
rmdir ${IMAGE_ROOTFS}/usr/dpkg/alternatives
fi
ln -s /usr/lib/ipkg/alternatives ${IMAGE_ROOTFS}/usr/dpkg/alternatives
mkdir ${IMAGE_ROOTFS}/usr/lib/ipkg
ln -s /usr/dpkg/info ${IMAGE_ROOTFS}/usr/lib/ipkg/info
ln -s /usr/dpkg/status ${IMAGE_ROOTFS}/usr/lib/ipkg/status