linux-sunxi / sunxi-bsp

http://linux-sunxi.org/BSP
52 stars 82 forks source link

use of $ROOTFS #4

Closed Louson closed 11 years ago

Louson commented 11 years ago

line 198: if [ "$DEST" = "usr/lib" ]; then mv $ROOTFS/lib $ROOTFS/usr

I believe you mean $ROOTFSDIR, because $ROOTFS is null in my case (this could have been dangerous, as it tried to write into /lib)

amery commented 11 years ago

the whole chunk is evil. not sure what cnxsoft intended with it. can you try removing it entirely?

amery commented 11 years ago

I think http://sprunge.us/HNCN reflects better the spirit of that block, can you test it? it should move the rootfs files in the hwpack before copying them over.

Louson commented 11 years ago

It worked just fine. thanks