I was compiling off the trunk and the files in the romfs directory appeared to have "\romfs" prepended. I think it's an error in the mkfs.py file.
I was able to resolve the issue by adding the following at line 109:
# fname should not include "\romfs" when storing
fname = os.path.basename( fname )
Is this a problem or am I doing something incorrectly?
-Ed
_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev