Will correct that typo, thanks. Meantime, I noticed that maybe I did screw up one of the early steps you mentioned....as you can see, there's a directory 'mnt' inside meego-modules which I assume wasn't suppose to be there.... Code: root@debian:/home/archimark# cd ./meego-modules root@debian:/home/archimark/meego-modules# ls mnt root@debian:/home/archimark/meego-modules# cd ./mnt root@debian:/home/archimark/meego-modules/mnt# ls acct bin config default.prop etc init.nokia.rc initrd lost+found proc sdcard system ueventd.rc and cache data dev init init.rc lib mnt sbin sys ueventd.nokia.rc usr
root@debian:/home/archimark# cd ./meego-modules root@debian:/home/archimark/meego-modules# ls mnt root@debian:/home/archimark/meego-modules# cd ./mnt root@debian:/home/archimark/meego-modules/mnt# ls acct bin config default.prop etc init.nokia.rc initrd lost+found proc sdcard system ueventd.rc and cache data dev init init.rc lib mnt sbin sys ueventd.nokia.rc usr
mv * ../ cd .. rm -r mnt